summarylogtreecommitdiffstats
path: root/crond.service
blob: e347269601410590ee83c0c62735f8b5fe3792ed (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Vixie-cron Periodic Command Scheduler

[Service]
Type=forking
PIDFile=/var/run/cron.pid
ExecStart=/usr/bin/cron
Restart=always

[Install]
WantedBy=multi-user.target