summarylogtreecommitdiffstats
path: root/service
blob: d8dfaeccb334b6e1976bc12ae3da08755560aa12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Periodic Command Scheduler

[Service]
Type=simple
ExecStart=/usr/bin/crond -n -f /etc/crontab
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process
Restart=always

[Install]
WantedBy=multi-user.target