summaryrefslogtreecommitdiff
path: root/etc/dropnroll/sample/config
blob: 98758be635d1de34f2634f0474c3564fef664c39 (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
32
#############################
## Main options             #
#############################

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

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


#############################
## Debug options            #
#############################

## don't run in background
#nodaemonize

## additional log to standard output with a level of 5
#log stdout:5


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

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

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