]> granicus.if.org Git - fcron/blob - files/fcron.conf.in
12fb5959f0d78162ff8666c42f900cacaee5ebf8
[fcron] / files / fcron.conf.in
1 # fcron.conf - Configuration file for fcron(8) and fcrontab(1).
2 #       See fcron.conf(5) for syntax and explanations.
3 #
4 # WARNING : this file must be owned by @@ROOTNAME@:@@GROUPNAME@ and 640.
5 #
6
7 # The spool directory where fcron stores its files
8 fcrontabs       =       @@FCRONTABS@
9
10 # The locations of the pid file and the fifo file
11 pidfile         =       @@PIDFILE@
12 fifofile        =       @@FIFOFILE@
13
14 # allow/deny files to determine which users are allowed to use fcrontab
15 fcronallow      =       @@ETC@/@@FCRON_ALLOW@
16 fcrondeny       =       @@ETC@/@@FCRON_DENY@
17
18 # Location of the programs used by fcron
19 shell           =       @@FCRON_SHELL@
20 sendmail        =       @@SENDMAIL@
21
22 # Location of the default editor for "fcrontab -e"
23 editor          =       @@FCRON_EDITOR@