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