X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-wdt.init;h=06d8fcccb479b8f61188648e6fe11cd1b7dfe028;hb=5953c70e61897996e8b05fadea988b3289e133de;hp=e2541153c88173cd5ca6476b51de6bbfaefb8247;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;p=openvswitch diff --git a/debian/openvswitch-wdt.init b/debian/openvswitch-wdt.init index e2541153..06d8fccc 100755 --- a/debian/openvswitch-wdt.init +++ b/debian/openvswitch-wdt.init @@ -24,8 +24,8 @@ # ### BEGIN INIT INFO # Provides: openvswitch-wdt -# Required-Start: $network $local_fs -# Required-Stop: +# Required-Start: $network $local_fs $remote_fs +# Required-Stop: $remote_fs # Should-Start: $named $syslog openvswitch-switch # Should-Stop: # Default-Start: 2 3 4 5 @@ -37,9 +37,9 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/ovs-wdt NAME=openvswitch-wdt -DESC="Open vSwitch switch watchdog" +DESC="Open vSwitch watchdog" -PIDFILE=/var/run/$NAME.pid +PIDFILE=/var/run/openvswitch/$NAME.pid test -x $DAEMON || exit 0