feat: install inside a python3 venv

This commit is contained in:
jo 2023-04-24 15:45:34 +02:00 committed by Kyle Robbertze
parent 3b4f9ef477
commit a363b3adfb
3 changed files with 20 additions and 11 deletions

View file

@ -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 \