diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:46:42 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 16:15:49 +0100 |
commit | 9494c5af7313f5f139ae815e9a1b81b757c27883 (patch) | |
tree | 1596492865507314904fb40b793584dd34872c2c /install/celeryd.default.template | |
parent | 1292e6705f257ae0b93c356c7d4913d0188c1611 (diff) | |
download | Ishtar-9494c5af7313f5f139ae815e9a1b81b757c27883.tar.bz2 Ishtar-9494c5af7313f5f139ae815e9a1b81b757c27883.zip |
🚀 Debian package: ishtar-tasks
Diffstat (limited to 'install/celeryd.default.template')
-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 |