summaryrefslogtreecommitdiff
path: root/mandos/mandos.init
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-10-13 17:29:16 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-10-13 17:29:16 +0200
commit1d93b283801c5e7cacbe2bbaab3d119b8ad39681 (patch)
treead346faa54c25fecf1c7ef1820ac0aff6680a776 /mandos/mandos.init
parent7978c859d2e7e0e51515640e96acc8fd4eac548d (diff)
downloadarchlinuxewe-1d93b283801c5e7cacbe2bbaab3d119b8ad39681.tar.xz
mandos: update init file
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 $?