You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/sys-process/vixie-cron/files/vixie-cron.service

12 lines
178 B

[Unit]
Description=Vixie Cron Daemon
[Service]
Type=forking
ExecStart=/usr/sbin/cron
ExecStop=/bin/kill -TERM $MAINPID
IgnoreSIGPIPE=false
[Install]
WantedBy=multi-user.target