xref: /openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/crond.service (revision c124f4f2e04dca16a428a76c89677328bc7bf908)
1[Unit]
2Description=Periodic Command Scheduler
3
4[Service]
5EnvironmentFile=/etc/sysconfig/crond
6ExecStart=@SBINDIR@/crond -n $CRONDARGS
7ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
8Restart=always
9
10[Install]
11WantedBy=multi-user.target
12