X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-wdt.init;h=06d8fcccb479b8f61188648e6fe11cd1b7dfe028;hb=55e199190427d962831486b5cec0d1723519a197;hp=e2541153c88173cd5ca6476b51de6bbfaefb8247;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;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