feat: install inside a python3 venv
This commit is contained in:
parent
3b4f9ef477
commit
a363b3adfb
3 changed files with 20 additions and 11 deletions
|
@ -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 - \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue