#systemd service configuration file for fcron installed from fcron 3.1.2 package #2014-02-06 Add EnvironmentFile to use runtime options using $FCRON_OPTS [Unit] Description=fcron periodical command scheduler After=remote-fs.target syslog.target time-sync.target Before=shutdown.target [Service] Type=forking EnvironmentFile=/etc/sysconfig/fcron PIDFile=/var/run/fcron.pid ExecStart=/usr/sbin/fcron $FCRON_OPTS ExecReload=/bin/kill -USR1 $MAINPID Restart=always KillMode=process [Install] WantedBy=multi-user.target