The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/at#4bce1dc99fc097b5f9eb8080a50ecd88bd4268f2
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
|