2011-10-11 03:19:36 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Periodic Command Scheduler
|
|
|
|
|
|
|
|
[Service]
|
2011-10-11 07:36:20 +02:00
|
|
|
Type=forking
|
|
|
|
ExecStart=/usr/sbin/crond
|
2012-11-13 10:39:41 +01:00
|
|
|
Restart=always
|
2011-10-11 03:19:36 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|