From e41eb2efc141015df96b496700f46c155cfa8805 Mon Sep 17 00:00:00 2001 From: Antoine Beaupre Date: Tue, 21 Jun 2011 22:38:14 -0400 Subject: add builtin reprepro init files --- files/inoticoming.default | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/inoticoming.default (limited to 'files/inoticoming.default') diff --git a/files/inoticoming.default b/files/inoticoming.default new file mode 100644 index 0000000..3de61a7 --- /dev/null +++ b/files/inoticoming.default @@ -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=/var/spool/incoming + +# actions +BASEDIR=/var/cache/reprepro/local +RULENAME=incoming +ACTIONS="--suffix .changes --stderr-to-log reprepro -s -b $BASEDIR --waitforlock 1000 processincoming $RULENAME {} ;" -- cgit v1.2.3