blob: 616f9e4c9e3cb2855ee09fe642043d7820c470b8 (
plain)
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/rhdropbox/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,rhdropbox-sample,daemon
## chroot to users home directory
#chroot /var/run/rhdropbox
|