Debian: openswitch-dbg should depend on the packages it has debugging symbols for
[openvswitch] / debian / corekeeper.init
index b7b2d4db63e99b522001b78764721c43776dd4d4..b544568e728c3153824848829b158fda25562a19 100755 (executable)
@@ -25,8 +25,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          corekeeper
-# Required-Start:
-# Required-Stop:     
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
 # Should-Start:      $syslog
 # Should-Stop:       
 # Default-Start:     2 3 4 5
@@ -57,7 +57,7 @@ case "$1" in
         exit 0
         ;;
   *)
-        N=/etc/init.d/$NAME
+        N=/etc/init.d/corekeeper
         echo "Usage: $N {start|stop|restart|force-reload|status}" >&2
         exit 1
         ;;