|
@@ -1,12 +1,12 @@
|
|
|
#!/bin/sh -e
|
|
|
|
|
|
### BEGIN INIT INFO
|
|
|
-# Provides: celeryd-multi
|
|
|
-# Required-Start:
|
|
|
-# Required-Stop:
|
|
|
-# Default-Start: 2 3 4 5
|
|
|
-# Default-Stop: 1
|
|
|
-# Short-Description: celery task multiple workers daemon
|
|
|
+# Provides: celeryd-multi
|
|
|
+# Required-Start: $network $local_fs $remote_fs
|
|
|
+# Required-Stop: $network $local_fs $remote_fs
|
|
|
+# Default-Start: 2 3 4 5
|
|
|
+# Default-Stop: 0 1 6
|
|
|
+# Short-Description: celery task multiple workers daemon
|
|
|
### END INIT INFO
|
|
|
|
|
|
# OS X Debug replacements to lsb-functions.
|