diff options
Diffstat (limited to 'mandos/mandos.init')
-rwxr-xr-x | mandos/mandos.init | 3 |
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 $? |