summaryrefslogtreecommitdiff
path: root/etc/dropnroll/sample/config
diff options
context:
space:
mode:
Diffstat (limited to 'etc/dropnroll/sample/config')
-rw-r--r--etc/dropnroll/sample/config32
1 files changed, 32 insertions, 0 deletions
diff --git a/etc/dropnroll/sample/config b/etc/dropnroll/sample/config
new file mode 100644
index 0000000..98758be
--- /dev/null
+++ b/etc/dropnroll/sample/config
@@ -0,0 +1,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