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

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

[Install]
WantedBy=multi-user.target