1incron.conf(5)               incron documentation               incron.conf(5)
2
3
4

NAME

6       /etc/incron.conf - main config file for inotify cron (incron)
7

DESCRIPTION

9       The  file  /etc/incron.conf  contains  default settings for the program
10       incrond.  Each line holds a single value pair  in  the  form  option  =
11       value.  Comment lines must have a hash sign (#) in the first line.
12
13       The valid configuration options are:
14
15       system_table_dir
16              This  directory  is  examined by incrond for system table files.
17              Default:/etc/incron.d
18
19       user_table_dir
20              This directory is examined by  incrond  for  user  table  files.
21              Default:/var/spool/incron
22
23       allowed_users
24              This    file    contains    users   allowed   to   use   incron.
25              Default:/etc/incron.allow
26
27       denied_users
28              This   file   contains   users    denied    to    use    incron.
29              Default:/etc/incron.deny
30
31       lockfile_dir
32              This  directory is used for creating a lock avoiding to run mul‐
33              tiple instances of incrond.  Default:/var/run
34
35       lockfile_name
36              This name (appended by '.pid')  is  used  for  creating  a  lock
37              avoiding to run multiple instances of incrond.  Default:incrond
38
39       editor This name or path is used to run as an editor for editing incron
40              tables. Default no editor is given,  system  editor  used,  this
41              option overide this.
42

SEE ALSO

44       incrond(8), incrontab(1), incrontab(5)
45

AUTHOR

47       Andreas  Altair Redmer <altair.ibn.la.ahad.sy@gmail.com> (please report
48       bugs  to   https://github.com/ar-/incron/issues   ).    Lukas   Jelinek
49       <lukas@aiken.cz>.
50

COPYING

52       This  program  is  free  software. It can be used, redistributed and/or
53       modified under the terms of the GNU General Public License, version 2.
54
55
56
57Lukas Jelinek                       0.5.12                      incron.conf(5)
Impressum