summaryrefslogtreecommitdiff
path: root/etc/rhdropbox/sample/config
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-12-16 23:50:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-12-16 23:50:29 (GMT)
commit85b93697d95687486f61ed79deaae5e1fc4c9512 (patch)
tree1cb75e39adf02526b9048669c5f9c62f5618cabf /etc/rhdropbox/sample/config
parent7f2e105491287fa1d628038ad3d1f2679b8a1803 (diff)
added sample config
Diffstat (limited to 'etc/rhdropbox/sample/config')
-rw-r--r--etc/rhdropbox/sample/config32
1 files changed, 32 insertions, 0 deletions
diff --git a/etc/rhdropbox/sample/config b/etc/rhdropbox/sample/config
new file mode 100644
index 0000000..616f9e4
--- /dev/null
+++ b/etc/rhdropbox/sample/config
@@ -0,0 +1,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