X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.init;h=a933a21ae70a3a68a807779d0b62dc3a35992c71;hb=722d19c504351a3e1a6f64e5a01ff9806eb089a4;hp=a5b6857ef5f2f267bfcd9379d72b5f2bdbec7f83;hpb=366d78fd926e3d7f2b78ec8cf63dbab72fa9c8b7;p=openvswitch diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index a5b6857e..a933a21a 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -273,13 +273,13 @@ case "$1" in ;; stop) echo -n "Stopping ovs-vswitchd: " - start-stop-daemon --stop --quiet --oknodo \ + start-stop-daemon --stop --quiet --oknodo --retry 5 \ --pidfile /var/run/openvswitch/ovs-vswitchd.pid \ --exec $ovs_vswitchd echo "ovs-vswitchd." echo -n "Stopping ovsdb-server: " - start-stop-daemon --stop --quiet --oknodo \ + start-stop-daemon --stop --quiet --oknodo --retry 5 \ --pidfile /var/run/openvswitch/ovsdb-server.pid \ --exec $ovsdb_server echo "ovsdb-server."