PKGBUILDs/community/fcron/fcron.conf
2009-10-09 21:15:33 -05:00

23 lines
674 B
Text

# 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:cron and 640.
#
# The spool directory where fcron stores its files
fcrontabs = /var/spool/fcron
# The locations of the pid file and the fifo file
pidfile = /var/run/fcron.pid
fifofile = /var/run/fcron.fifo
# allow/deny files to determine which users are allowed to use fcrontab
fcronallow = /etc/fcron/fcron.allow
fcrondeny = /etc/fcron/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/vi