diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-02-18 12:16:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | 38e8a2a251e1752e3cd86da3b89bf956c724f521 (patch) | |
tree | 1d4a1dfbe0f4e55950f8742d1b384aa39a71ca78 | |
parent | 759c9c9b86d430669ef639b8a3a2e53678d2b759 (diff) | |
download | Ishtar-38e8a2a251e1752e3cd86da3b89bf956c724f521.tar.bz2 Ishtar-38e8a2a251e1752e3cd86da3b89bf956c724f521.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 |