Skip to content

Commit e2cbdff

Browse files
committed
update INIT INFO
1 parent 75f75ff commit e2cbdff

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

contrib/debian/init.d/celerybeat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272

7373

7474
### BEGIN INIT INFO
75-
# Provides: celerybeat
76-
# Required-Start:
77-
# Required-Stop:
78-
# Default-Start: 2 3 4 5
79-
# Default-Stop: 1
80-
# Short-Description: celery periodic task scheduler
75+
# Provides: celerybeat
76+
# Required-Start: $network $local_fs $remote_fs
77+
# Required-Stop: $network $local_fs $remote_fs
78+
# Default-Start: 2 3 4 5
79+
# Default-Stop: 0 1 6
80+
# Short-Description: celery periodic task scheduler
8181
### END INIT INFO
8282

8383
set -e

contrib/debian/init.d/celeryd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767

6868

6969
### BEGIN INIT INFO
70-
# Provides: celeryd
71-
# Required-Start:
72-
# Required-Stop:
73-
# Default-Start: 2 3 4 5
74-
# Default-Stop: 1
75-
# Short-Description: celery task worker daemon
70+
# Provides: celeryd
71+
# Required-Start: $network $local_fs $remote_fs
72+
# Required-Stop: $network $local_fs $remote_fs
73+
# Default-Start: 2 3 4 5
74+
# Default-Stop: 0 1 6
75+
# Short-Description: celery task worker daemon
7676
### END INIT INFO
7777

7878
set -e

contrib/debian/init.d/celeryd-multi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh -e
22

33
### BEGIN INIT INFO
4-
# Provides: celeryd-multi
5-
# Required-Start:
6-
# Required-Stop:
7-
# Default-Start: 2 3 4 5
8-
# Default-Stop: 1
9-
# Short-Description: celery task multiple workers daemon
4+
# Provides: celeryd-multi
5+
# Required-Start: $network $local_fs $remote_fs
6+
# Required-Stop: $network $local_fs $remote_fs
7+
# Default-Start: 2 3 4 5
8+
# Default-Stop: 0 1 6
9+
# Short-Description: celery task multiple workers daemon
1010
### END INIT INFO
1111

1212
# OS X Debug replacements to lsb-functions.

0 commit comments

Comments
 (0)