2010-10-27 12:17:08 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Command Scheduler
|
2015-06-09 09:46:47 +00:00
|
|
|
After=nss-user-lookup.target network.target time-sync.target
|
2013-09-12 17:29:26 +00:00
|
|
|
After=postfix.service sendmail.service exim.service
|
2010-10-27 12:17:08 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/sbin/cron -n
|
2014-06-16 13:52:17 +00:00
|
|
|
ExecReload=/usr/bin/kill -s SIGHUP $MAINPID
|
2014-02-14 12:21:15 +00:00
|
|
|
Restart=on-abort
|
2010-10-27 12:17:08 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|