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

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

[Install]
WantedBy=multi-user.target