Skip to content

Commit 35376b1

Browse files
authored
Merge pull request #16 from tsirakisn/argo-st9
S9: [argo] Replace v4v with argo
2 parents 977da68 + 8d684c6 commit 35376b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nwd/nwd.initscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SCRIPTNAME=/etc/init.d/$NAME
3030
do_start()
3131
{
3232
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
33+
ARGO_CLIENT_PORT_ADDEND=10000 start-stop-daemon --start --quiet --oknodo --background --make-pidfile --pidfile $PIDFILE --exec $DAEMON -- +RTS -F1 -G1
3434
}
3535

3636
do_stop()

0 commit comments

Comments
 (0)