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