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

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

[Install]
WantedBy=multi-user.target