fcron.conf - configuration file for fcron and fcrontab
This page describes the syntax used for the configuration file of fcron(8) and fcrontab(1).
Blank lines, line beginning by a poundsign (#) (which are considered comments), leading blanks and tabs are ignored. Each line in a fcron.conf file is of the form
name = value |
where the blanks around equalsign (=) are ignored and optional. Trailing blanks are also ignored.
The following names are recognized (default value in brackets) :
fcrontabs |
directory (/var/spool/fcron) |
||
pidfile |
filepath (/var/run/fcron.pid) |
||
fcronallow |
filepath (/etc/fcron.allow) |
||
fcrondeny |
filepath (/etc/fcron.deny) |
||
shell |
filepath (/bin/sh) |
||
sendmail |
filepath (/usr/lib/sendmail) |
||
editor |
filepath (/bin/vi) |
Filepaths and directories are complete and absolute (i.e. beginning by a "/").
To run several instances of fcron simultaneously on the same system, you must use a differ ent configuration file for each instance. Each instance must have a different fcrontabs and pidfile. Then, use fcrontab(1) and fcron(8)'s command line option c to select which config file (so which instance) you refer to.
/etc/fcron.conf /etc/fcron.allow |
Default location for the configuration file of fcron and fcrontab. Users allowed to use fcrontab (one name per line, special name "all" acts for everyone) |
|
/etc/fcron.deny |
Users who are not allowed to use fcrontab (same format as allow file) |
fcron(8), fcrontab(1), fcrontab(5).
Thibault Godouet <fcron@free.fr>