summaryrefslogtreecommitdiff
path: root/contrib/etc/dropnroll/sample/config
blob: 5c90d94fe490874f312eb4b0b19bfb91d1ccc244 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#############################
## Main options             #
#############################

## the path to the command socket
command-sock /var/run/dropnroll/sample.sock

## Maximum Number of children (scripts) to call at once
max-children 8

## What to do when new files trigger the children limit
children-policy defer

## Statically configured directories to watch
#dir /some/path
#dir /yet/another/path


#############################
## Expert options           #
#############################

## log to syslog with a level of 3
log syslog:3,dropnroll-sample,daemon

## change user and group after init
#username nobody
#groupname nogroup

## chroot to users home directory
#chroot /var/run/dropnroll