[systemd-devel] Service unit file submission: fcron.service

Pablo Hess natunobilis at gentoobr.org
Tue Mar 1 10:26:52 PST 2011


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


More information about the systemd-devel mailing list