14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
|
[Unit]
|
||
|
Description=Deferred execution scheduler
|
||
|
Documentation=man:atd(8)
|
||
|
After=syslog.target systemd-user-sessions.service
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/sysconfig/atd
|
||
|
ExecStart=/usr/sbin/atd -f $OPTS
|
||
|
IgnoreSIGPIPE=no
|
||
|
KillMode=process
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|