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

@ -23,7 +23,7 @@ Environment=LIBRETIME_LOG_FILEPATH=@@LOG_DIR@@/api.log
Type=notify
KillMode=mixed
ExecStart=/usr/local/bin/gunicorn \
ExecStart=@@VENV_DIR@@/bin/gunicorn \
--workers 4 \
--worker-class uvicorn.workers.UvicornWorker \
--log-file - \