summaryrefslogtreecommitdiff
path: root/mandos/mandos.init
diff options
context:
space:
mode:
Diffstat (limited to 'mandos/mandos.init')
-rwxr-xr-xmandos/mandos.init3
1 files changed, 3 insertions, 0 deletions
diff --git a/mandos/mandos.init b/mandos/mandos.init
index 49661adc8..04bc0fd28 100755
--- a/mandos/mandos.init
+++ b/mandos/mandos.init
@@ -11,7 +11,10 @@ start() {
start-stop-daemon --start -b \
--make-pidfile \
--pidfile /run/mandos.pid \
+ --stdout /var/log/mandos.stdout \
+ --stderr /var/log/mandos.stderr \
--exec /usr/bin/mandos -- \
+ --debug \
--configdir /etc/mandos
eend $?