diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-10-13 17:29:16 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-10-13 17:29:16 +0200 |
commit | 1d93b283801c5e7cacbe2bbaab3d119b8ad39681 (patch) | |
tree | ad346faa54c25fecf1c7ef1820ac0aff6680a776 /mandos/mandos.init | |
parent | 7978c859d2e7e0e51515640e96acc8fd4eac548d (diff) | |
download | archlinuxewe-1d93b283801c5e7cacbe2bbaab3d119b8ad39681.tar.xz |
mandos: update init file
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 $? |