diff options
-rw-r--r-- | debian/strongswan-starter.ipsec.init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/strongswan-starter.ipsec.init b/debian/strongswan-starter.ipsec.init index 3446692d1..827ced30a 100644 --- a/debian/strongswan-starter.ipsec.init +++ b/debian/strongswan-starter.ipsec.init @@ -70,6 +70,7 @@ do_stop() # give the proper signal to stop $STARTER stop || return 2 + RETVAL=0 # but kill if that didn't work if [ -e $PIDFILE1 ]; then start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE1 --name $NAME |