debian/cubicweb-ctl.cubicweb.init
branchstable
changeset 6917 e080e7465ac4
parent 6803 691dac4c6a05
child 7788 cc8670be7b2e
--- a/debian/cubicweb-ctl.cubicweb.init	Fri Jan 28 15:24:19 2011 +0100
+++ b/debian/cubicweb-ctl.cubicweb.init	Fri Jan 28 11:21:45 2011 +0100
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          cubicweb
-# Required-Start:    $syslog $local_fs $network
-# Required-Stop:     $syslog $local_fs $network
+# Required-Start:    $remote_fs $syslog $local_fs $network
+# Required-Stop:     $remote_fs $syslog $local_fs $network
 # Should-Start:      $postgresql $pyro-nsd
 # Should-Stop:       $postgresql $pyro-nsd
 # Default-Start:     2 3 4 5
@@ -29,7 +29,7 @@
     status)
         python -W ignore /usr/bin/cubicweb-ctl status
         ;;
-    *)
+    start|stop|restart|*)
         python -W ignore /usr/bin/cubicweb-ctl $1 --force
         ;;
 esac