Fix initscript (Closes: #942414)

This commit is contained in:
Jan Wagner 2020-12-08 22:40:14 +01:00
parent 4515eb633d
commit 1446da07f7

2
debian/postfwd.init vendored
View file

@ -73,7 +73,7 @@ case "$1" in
start) start)
echo -n "Starting $DESC: " echo -n "Starting $DESC: "
start-stop-daemon --start --quiet \ start-stop-daemon --start --quiet \
--name ${RUNAS} \ --name ${NAME} \
--exec $DAEMON -- ${ARGS} --daemon --file=${CONF} --interface=${INET} --port=${PORT} --user=${RUNAS} --group=${RUNAS} --pidfile=$PIDFILE --exec $DAEMON -- ${ARGS} --daemon --file=${CONF} --interface=${INET} --port=${PORT} --user=${RUNAS} --group=${RUNAS} --pidfile=$PIDFILE
echo "$NAME." echo "$NAME."
;; ;;