summaryrefslogtreecommitdiff
path: root/install/celeryd.default.template
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-04-29 18:58:40 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-07-01 18:02:28 +0200
commit265dc796fdc5890412c0e886885adc6dcc84d901 (patch)
treedb6e5857136191ce72ef5013d1565041f14f15b2 /install/celeryd.default.template
parent3e8b85a299769b0fa7e14109bcc75e7bd321b56c (diff)
downloadIshtar-265dc796fdc5890412c0e886885adc6dcc84d901.tar.bz2
Ishtar-265dc796fdc5890412c0e886885adc6dcc84d901.zip
Install: fix celery bin path
Diffstat (limited to 'install/celeryd.default.template')
-rw-r--r--install/celeryd.default.template2
1 files changed, 1 insertions, 1 deletions
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