]> git.pld-linux.org Git - packages/fcron.git/blame - fcron.conf
Up to 3.3.1
[packages/fcron.git] / fcron.conf
CommitLineData
161ebc28 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
8fcrontabs = /var/spool/cron
9
10# The locations of the pid file and the fifo file
11pidfile = /var/run/fcron.pid
12fifofile = /var/run/fcron.fifo
13
14# allow/deny files to determine which users are allowed to use fcrontab
15fcronallow = /etc/cron/cron.allow
16fcrondeny = /etc/cron/cron.deny
17
18# Location of the programs used by fcron
19shell = /bin/sh
20sendmail = /usr/sbin/sendmail
21
22# Location of the default editor for "fcrontab -e"
23#editor = /usr/bin/sensible-editor
This page took 0.064725 seconds and 4 git commands to generate.