Pārlūkot izejas kodu

Use abspath for celeryd to allow stat (refs #162)

Lukas Linhart 14 gadi atpakaļ
vecāks
revīzija
666c4e3c29
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      contrib/debian/init.d/celeryd

+ 1 - 1
contrib/debian/init.d/celeryd

@@ -80,7 +80,7 @@ set -e
 CELERYD_PID_FILE="/var/run/celeryd.pid"
 CELERYD_LOG_FILE="/var/log/celeryd.log"
 CELERYD_LOG_LEVEL="INFO"
-DEFAULT_CELERYD="celeryd"
+DEFAULT_CELERYD="/usr/bin/celeryd"
 
 # /etc/init.d/ssh: start and stop the celery task worker daemon.