- When sysconfig variables are empty, do not set stuff to zero just use the defaults. - Fix systemd unit and sysconfig parsing the right way. OBS-URL: https://build.opensuse.org/request/show/143496 OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=50
11 lines
148 B
Desktop File
11 lines
148 B
Desktop File
[Unit]
|
|
Description=Execution Queue Daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/atd
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|