1
0
Fork 0
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:
Thomas 2023-06-20 08:29:12 +02:00 committed by GitHub
parent 991371c117
commit 70aefe02b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,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 \
--error-logfile /var/log/__APP__/__APP__-worker.log
--timeout 120
ExecReload=/bin/kill -s HUP $MAINPID