diff --git a/conf/funkwhale-server.service b/conf/funkwhale-server.service index ea18600..3afcc53 100644 --- a/conf/funkwhale-server.service +++ b/conf/funkwhale-server.service @@ -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