Hey, I'd like to contribute this service file I've created for the fcron
cron-like daemon.

I looked for something similar but found nothing so far.



[Unit]
Description=fcron Cron Daemon
Wants=syslog.target

[Service]
Type=forking
ExecStart=/usr/sbin/fcron
ExecReload=/bin/kill -USR1 $MAINPID
ExecStop=/bin/kill -TERM $MAINPID
PIDFile=/var/run/fcron.pid
Restart=always

[Install]
WantedBy=multi-user.target



Cheers,
Pablo Hess
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to