]> git.pld-linux.org Git - packages/fcron.git/blob - fcron.conf
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/fcron.git] / fcron.conf
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 root:fcron and 640.
5 #
6
7 # The spool directory where fcron stores its files
8 fcrontabs       =       /var/spool/cron
9
10 # The locations of the pid file and the fifo file
11 pidfile         =       /var/run/fcron.pid
12 fifofile        =       /var/run/fcron.fifo
13
14 # allow/deny files to determine which users are allowed to use fcrontab
15 fcronallow      =       /etc/cron/cron.allow
16 fcrondeny       =       /etc/cron/cron.deny
17
18 # Location of the programs used by fcron
19 shell           =       /bin/sh
20 sendmail        =       /usr/sbin/sendmail
21
22 # Location of the default editor for "fcrontab -e"
23 #editor         =       /usr/bin/sensible-editor
This page took 0.047225 seconds and 3 git commands to generate.