X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vsys-initscript;h=cfeba9a84f8ac93a62641c1b1d003306a0ef130d;hb=26326ab885a36f7e0661703b735109df36520b30;hp=d953d899b3030a942c70b7fd65fc670477dd88db;hpb=59b750289e2b4e75e8a661045b16ce053326671d;p=vsys.git diff --git a/vsys-initscript b/vsys-initscript index d953d89..cfeba9a 100755 --- a/vsys-initscript +++ b/vsys-initscript @@ -24,7 +24,7 @@ pidfile=${PIDFILE-/var/run/$name.pid} lockfile=${LOCKFILE-/var/lock/subsys/$name} RETVAL=0 -vsys=${VSYS- "/usr/bin/vsys -backend $backend -conffile $conf -daemon"} +vsys=${VSYS- "/usr/bin/vsys -failsafe -backend $backend -conffile $conf -daemon"} case "$1" in start) @@ -38,7 +38,7 @@ case "$1" in stop) echo -n "Stopping $name:" killproc $name - killproc $name + #killproc $name - Why were there 2 instances of this? :-| RETVAL=$? echo [ $RETVAL -eq 0 ] && rm -f ${lockfile} ${pidfile}