From 16ca951c15d381a854494e800639bf6020cb4131 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 29 Apr 2020 18:58:40 +0200 Subject: Install: fix celery bin path --- install/celeryd.default.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/celeryd.default.template') diff --git a/install/celeryd.default.template b/install/celeryd.default.template index 26f66ad06..1337d8f92 100644 --- a/install/celeryd.default.template +++ b/install/celeryd.default.template @@ -17,7 +17,7 @@ CELERYD_PID_FILE="/run/celery/#APP_NAME#%n.pid" CELERYD_LOG_LEVEL=INFO # Path to celery binary, that is in your virtual environment -CELERY_BIN=/usr/local/bin/celery +CELERY_BIN=#CELERY_BIN_PATH# # to debug the service it could be necessary to uncomment the following line # C_FAKEFORK=1 -- cgit v1.2.3