forked from brl/citadel
12 lines
231 B
Desktop File
12 lines
231 B
Desktop File
[Unit]
|
|
Description=Periodic Command Scheduler
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/crond
|
|
ExecStart=@SBINDIR@/crond -n $CRONDARGS
|
|
ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|