Skip to content

Commit 75f75ff

Browse files
committed
update INIT INFO for celeryd-multi, /bin/sh -e
1 parent ea7004b commit 75f75ff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contrib/debian/init.d/celerybeat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/sh -e
22
# =========================================================
33
# celerybeat - Starts the Celery periodic task scheduler.
44
# =========================================================

contrib/debian/init.d/celeryd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/sh -e
22
# ============================================
33
# celeryd - Starts the Celery worker daemon.
44
# ============================================

contrib/debian/init.d/celeryd-multi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.

0 commit comments

Comments
 (0)