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)
echo -n "Starting $DESC: "
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
echo "$NAME."
;;