瀏覽代碼

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

Lukas Linhart 14 年之前
父節點
當前提交
666c4e3c29
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.