File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- #! /bin/sh
1+ #! /bin/sh -e
22# =========================================================
33# celerybeat - Starts the Celery periodic task scheduler.
44# =========================================================
Original file line number Diff line number Diff line change 1- #! /bin/sh
1+ #! /bin/sh -e
22# ============================================
33# celeryd - Starts the Celery worker daemon.
44# ============================================
Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /bin/sh -e
22
33# ## BEGIN INIT INFO
4- # Provides: celeryd
4+ # Provides: celeryd-multi
55# Required-Start:
66# Required-Stop:
77# Default-Start: 2 3 4 5
88# Default-Stop: 1
9- # Short-Description: celery task worker daemon
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