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