Pārlūkot izejas kodu

update INIT INFO

fredj 15 gadi atpakaļ
vecāks
revīzija
e2cbdfff1b

+ 6 - 6
contrib/debian/init.d/celerybeat

@@ -72,12 +72,12 @@
 
 
 
 
 ### BEGIN INIT INFO
 ### BEGIN INIT INFO
-# Provides:		celerybeat
-# Required-Start:	
-# Required-Stop:	
-# Default-Start:	2 3 4 5
-# Default-Stop:		1
-# Short-Description:	celery periodic task scheduler
+# Provides:          celerybeat
+# 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 periodic task scheduler
 ### END INIT INFO
 ### END INIT INFO
 
 
 set -e
 set -e

+ 6 - 6
contrib/debian/init.d/celeryd

@@ -67,12 +67,12 @@
 
 
 
 
 ### BEGIN INIT INFO
 ### BEGIN INIT INFO
-# Provides:		celeryd
-# Required-Start:	
-# Required-Stop:	
-# Default-Start:	2 3 4 5
-# Default-Stop:		1
-# Short-Description:	celery task worker daemon
+# Provides:          celeryd
+# 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 worker daemon
 ### END INIT INFO
 ### END INIT INFO
 
 
 set -e
 set -e

+ 6 - 6
contrib/debian/init.d/celeryd-multi

@@ -1,12 +1,12 @@
 #!/bin/sh -e
 #!/bin/sh -e
 
 
 ### BEGIN INIT INFO
 ### 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
 ### END INIT INFO
 
 
 # OS X Debug replacements to lsb-functions.
 # OS X Debug replacements to lsb-functions.