- systemd: start as non-forking service - systemd: start after systemd-user-sessions.service - Use /run not /var/run to store the pid file OBS-URL: https://build.opensuse.org/request/show/182951 OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=65
10 lines
154 B
Desktop File
10 lines
154 B
Desktop File
[Unit]
|
|
Description=Execution Queue Daemon
|
|
After=systemd-user-sessions.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/atd -f
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|