13 lines
251 B
SYSTEMD
13 lines
251 B
SYSTEMD
|
[Unit]
|
||
|
Description=Regular background program processing daemon
|
||
|
Documentation=man:cron(8)
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-/etc/default/cron
|
||
|
ExecStart=/usr/sbin/cron -f $EXTRA_OPTS
|
||
|
IgnoreSIGPIPE=false
|
||
|
KillMode=process
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|