summaryrefslogtreecommitdiff
blob: 24bb86a81b486283c64b46a263fba2647a8fabb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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/cron/fcrontabs

# 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		=	/bin/nano