aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-extended/cronie/cronie/crond.service
blob: 5ae193bfcc75eade97999cc0fc1dcbdc1faa4132 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Periodic Command Scheduler

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

[Install]
WantedBy=multi-user.target