mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Update funkwhale-server.service
This commit is contained in:
parent
a1b9ebe915
commit
01fcb048a1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ExecStart=__INSTALL_DIR__/venv/bin/gunicorn \
|
||||||
--worker-class uvicorn.workers.UvicornWorker \
|
--worker-class uvicorn.workers.UvicornWorker \
|
||||||
--bind ${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT}
|
--bind ${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT}
|
||||||
--timeout 120
|
--timeout 120
|
||||||
--error-logfile /var/log/__APP__/__APP__.log
|
--error-logfile /var/log/__APP__/__APP__-server.log
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue