Skip to content

Commit 666c4e3

Browse files
author
Lukas Linhart
committed
Use abspath for celeryd to allow stat (refs celery#162)
1 parent 999982c commit 666c4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/debian/init.d/celeryd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ set -e
8080
CELERYD_PID_FILE="/var/run/celeryd.pid"
8181
CELERYD_LOG_FILE="/var/log/celeryd.log"
8282
CELERYD_LOG_LEVEL="INFO"
83-
DEFAULT_CELERYD="celeryd"
83+
DEFAULT_CELERYD="/usr/bin/celeryd"
8484

8585
# /etc/init.d/ssh: start and stop the celery task worker daemon.
8686

0 commit comments

Comments
 (0)