# fcron.conf - Configuration file for fcron(8) and fcrontab(1). # See fcron.conf(5) for syntax and explanations. # # WARNING : this file must be owned by root:fcron and 640. # # The spool directory where fcron stores its files fcrontabs = /var/spool/fcron # The locations of the pid file, suspend file and the fifo file # Note: if you change these paths, you will need to change your start-up scripts pidfile = /run/fcron.pid suspendfile = /run/fcron.suspend fifofile = /run/fcron.fifo # allow/deny files to determine which users are allowed to use fcrontab fcronallow = /etc/fcron.allow fcrondeny = /etc/fcron.deny # Location of the programs used by fcron shell = /bin/sh sendmail = /usr/sbin/sendmail # Location of the default editor for "fcrontab -e" editor = /usr/bin/joe