etc/systemd
This commit is contained in:
15
etc/systemd/system/multi-user.target.wants/cron.service
Normal file
15
etc/systemd/system/multi-user.target.wants/cron.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user