diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-02-18 12:16:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-09 18:05:36 +0100 |
commit | bda8cb9cc97c7d1ca29de096502008945ec3ded2 (patch) | |
tree | 426f4b30efb9a114c6583eaa4ced6fac91edbbfc | |
parent | 07669d7fb6fbcaffc77751bd8844a6e40a966b61 (diff) | |
download | Ishtar-bda8cb9cc97c7d1ca29de096502008945ec3ded2.tar.bz2 Ishtar-bda8cb9cc97c7d1ca29de096502008945ec3ded2.zip |
Debian: change celery binary for debian (not in venv)
-rw-r--r-- | install/celeryd.default.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/celeryd.default.template b/install/celeryd.default.template index 1337d8f92..7f1c8660f 100644 --- a/install/celeryd.default.template +++ b/install/celeryd.default.template @@ -16,7 +16,7 @@ CELERYD_PID_FILE="/run/celery/#APP_NAME#%n.pid" # Log level CELERYD_LOG_LEVEL=INFO -# Path to celery binary, that is in your virtual environment +# Path to celery binary CELERY_BIN=#CELERY_BIN_PATH# # to debug the service it could be necessary to uncomment the following line |