Fix initscript (Closes: #942414)
This commit is contained in:
parent
4515eb633d
commit
1446da07f7
2
debian/postfwd.init
vendored
2
debian/postfwd.init
vendored
|
@ -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."
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue