File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 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
8383set -e
Original file line number Diff line number Diff line change 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
7878set -e
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments