16 lines
336 B
Desktop File
16 lines
336 B
Desktop File
[Unit]
|
|
Description=Regular background program processing daemon
|
|
Documentation=man:cron(8)
|
|
After=remote-fs.target nss-user-lookup.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/default/cron
|
|
ExecStart=/usr/sbin/cron -f $EXTRA_OPTS
|
|
IgnoreSIGPIPE=false
|
|
KillMode=process
|
|
Restart=on-failure
|
|
SyslogFacility=cron
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|