diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:46:42 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-10 18:17:41 +0200 |
commit | 38d8b78b3c231f77c701d825da4125415d0e3b91 (patch) | |
tree | 0b9968fb7490ce0a1ad2e7a3d72bd18637821aec /install/celeryd.default.template | |
parent | d82fae12fe0b42470d027532ce8ea34daea60add (diff) | |
download | Ishtar-38d8b78b3c231f77c701d825da4125415d0e3b91.tar.bz2 Ishtar-38d8b78b3c231f77c701d825da4125415d0e3b91.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 |