at/atd.systemd
Marcela Mašláňová 53ff479aaa systemd-user-sessions.service is used in unit file, so the atd should be
started after almost all services are up and running
2012-04-19 17:27:41 +02:00

11 lines
205 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
[Install]
WantedBy=multi-user.target