We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 977da68 + 8d684c6 commit 35376b1Copy full SHA for 35376b1
nwd/nwd.initscript
@@ -30,7 +30,7 @@ SCRIPTNAME=/etc/init.d/$NAME
30
do_start()
31
{
32
echo "Starting network daemon"
33
- V4V_CLIENT_PORT_ADDEND=10000 start-stop-daemon --start --quiet --oknodo --background --make-pidfile --pidfile $PIDFILE --exec $DAEMON -- +RTS -F1 -G1
+ ARGO_CLIENT_PORT_ADDEND=10000 start-stop-daemon --start --quiet --oknodo --background --make-pidfile --pidfile $PIDFILE --exec $DAEMON -- +RTS -F1 -G1
34
}
35
36
do_stop()
0 commit comments