mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
This commit is contained in:
parent
d1d2dce5c0
commit
019c7d13ae
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ ExecStart=__INSTALL_DIR__/venv/bin/gunicorn \
|
|||
--workers ${FUNKWHALE_WEB_WORKERS} \
|
||||
--worker-class uvicorn.workers.UvicornWorker \
|
||||
--bind ${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT}
|
||||
--timeout 120
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue