debian/cubicweb-ctl.cubicweb.init
changeset 6931 0af44a38fe41
parent 6917 e080e7465ac4
child 7788 cc8670be7b2e
--- a/debian/cubicweb-ctl.cubicweb.init	Mon Jan 24 19:09:42 2011 +0100
+++ b/debian/cubicweb-ctl.cubicweb.init	Tue Feb 01 11:52:10 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