12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
|
[Unit]
|
||
|
Description=Job spooling tools
|
||
|
After=syslog.target systemd-user-sessions.service
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/sysconfig/atd
|
||
|
ExecStart=/usr/sbin/atd -f $OPTS
|
||
|
IgnoreSIGPIPE=no
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|