Rev 81 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
83 | luk | 1 | .TH "incron.conf" "5" "0.5.7" "Lukas Jelinek" "incron documentation" |
75 | luk | 2 | .SH "NAME" |
3 | /etc/incron.conf \- main config file for inotify cron (incron) |
||
4 | .SH "DESCRIPTION" |
||
5 | The file \fI/etc/incron.conf\fR contains default settings for the program |
||
6 | .BR incrond. |
||
7 | Each line holds a single value pair in the form \fIoption\fR = \fIvalue\fR. |
||
8 | Comment lines must have a hash sign (#) in the first line. |
||
9 | .P |
||
10 | The valid configuration options are: |
||
11 | .TP |
||
12 | \fBsystem_table_dir\fP |
||
13 | This directory is examined by incrond for system table files. |
||
14 | .BR Default : \fI/etc/incron.d\fR |
||
15 | .TP |
||
16 | \fBuser_table_dir\fP |
||
17 | This directory is examined by incrond for user table files. |
||
18 | .BR Default : \fI/var/spool/incron\fR |
||
19 | .TP |
||
20 | \fBallowed_users\fP |
||
21 | This file contains users allowed to use incron. |
||
22 | .BR Default : \fI/etc/incron.allow\fR |
||
23 | .TP |
||
24 | \fBdenied_users\fP |
||
25 | This file contains users denied to use incron. |
||
26 | .BR Default : \fI/etc/incron.deny\fR |
||
27 | .TP |
||
28 | \fBlockfile_dir\fP |
||
29 | This directory is used for creating a lock avoiding to run multiple instances |
||
30 | of incrond. |
||
31 | .BR Default : \fI/var/run\fR |
||
32 | .TP |
||
33 | \fBlockfile_name\fP |
||
34 | This name (appended by '.pid') is used for creating a lock avoiding to run multiple instances of incrond. |
||
35 | .BR Default : \fIincrond\fR |
||
36 | .TP |
||
37 | \fBeditor\fP |
||
38 | This name or path is used to run as an editor for editting incron tables. Default \fIno editor\fR is given, system editor used, this option overide this. |
||
39 | .SH "SEE ALSO" |
||
40 | incrond(8), incrontab(1), incrontab(5) |
||
41 | .SH "AUTHOR" |
||
42 | Lukas Jelinek <lukas@aiken.cz> |
||
43 | .SH "COPYING" |
||
44 | This program is free software. It can be used, redistributed and/or modified under the terms of the GNU General Public License, version 2. |