X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-controller.init;h=cf01fcfc01c795b8c9a13d278ef7d43a52bf6d33;hb=c16e55cf846f7a04a28730e25193d6a8ccd95f11;hp=3706ea98ef5feb109b213957be3948cfe320b13c;hpb=32ae20b88e80c0a0fec574e429ddf43f359c6e39;p=openvswitch diff --git a/debian/openvswitch-controller.init b/debian/openvswitch-controller.init index 3706ea98..cf01fcfc 100755 --- a/debian/openvswitch-controller.init +++ b/debian/openvswitch-controller.init @@ -19,8 +19,8 @@ # ### BEGIN INIT INFO # Provides: openvswitch-controller -# Required-Start: $network $local_fs -# Required-Stop: +# Required-Start: $network $local_fs $remote_fs +# Required-Stop: $remote_fs # Should-Start: $named # Should-Stop: # Default-Start: 2 3 4 5 @@ -35,7 +35,7 @@ NAME=ovs-controller # Introduce the short server's name here DESC=ovs-controller # Introduce a short description here LOGDIR=/var/log/openvswitch # Log directory to use -PIDFILE=/var/run/$NAME.pid +PIDFILE=/var/run/openvswitch/$NAME.pid test -x $DAEMON || exit 0