feat: install inside a python3 venv
This commit is contained in:
parent
3b4f9ef477
commit
a363b3adfb
3 changed files with 20 additions and 11 deletions
|
@ -21,7 +21,7 @@ Environment=LIBRETIME_CONFIG_FILEPATH=@@CONFIG_FILEPATH@@
|
|||
Environment=LIBRETIME_LOG_FILEPATH=@@LOG_DIR@@/worker.log
|
||||
WorkingDirectory=@@WORKING_DIR@@/worker
|
||||
|
||||
ExecStart=/usr/bin/sh -c 'celery worker \
|
||||
ExecStart=/usr/bin/sh -c '@@VENV_DIR@@/bin/celery worker \
|
||||
--app=libretime_worker.tasks:worker \
|
||||
--config=libretime_worker.config \
|
||||
--time-limit=1800 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue