summaryrefslogtreecommitdiff
path: root/templates/inoticoming.default.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/inoticoming.default.erb')
-rw-r--r--templates/inoticoming.default.erb22
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/inoticoming.default.erb b/templates/inoticoming.default.erb
new file mode 100644
index 0000000..3b81fc8
--- /dev/null
+++ b/templates/inoticoming.default.erb
@@ -0,0 +1,22 @@
+# /etc/default/inoticoming
+#
+# for an explanation of options and actions, see inoticoming(1)
+
+# user to run inoticoming as
+USER=incoming
+
+# log to some file instead of syslog
+# required if you want to use --stdout-to-log or --stderr-to-log in actions
+LOGFILE="/var/log/incoming.log"
+
+# first search the directory for files already existing
+# 0 for false, 1 for true
+INITIALSEARCH=0
+
+# directory to monitor
+DIR=<%= basedir %>/incoming
+
+# actions
+BASEDIR=<%= basedir %>
+RULENAME=incoming
+ACTIONS="--suffix .changes --stderr-to-log reprepro -s -b $BASEDIR --waitforlock 1000 processincoming $RULENAME {} ;"