From 6328a285dfd735d3de76ec6f6802db3568594eaa Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:38:37 +0200 Subject: [PATCH] Update funkwhale-server.service --- conf/funkwhale-server.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/funkwhale-server.service b/conf/funkwhale-server.service index 3d38df0..8f8e022 100644 --- a/conf/funkwhale-server.service +++ b/conf/funkwhale-server.service @@ -6,7 +6,6 @@ PartOf=__APP__.target [Service] User=__APP__ Group=__APP__ -StandardOutput=append:/var/log/__APP__/__APP__-server.log WorkingDirectory=__INSTALL_DIR__/api EnvironmentFile=__INSTALL_DIR__/config/.env @@ -16,7 +15,8 @@ ExecStart=__INSTALL_DIR__/venv/bin/gunicorn \ config.asgi:application \ --workers ${FUNKWHALE_WEB_WORKERS} \ --worker-class uvicorn.workers.UvicornWorker \ - --bind ${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT} + --bind ${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT} \ + --timeout 120 ExecReload=/bin/kill -s HUP $MAINPID