From 01fcb048a1ea096a72a0f4beadf3763c17dea85b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:36:28 +0200 Subject: [PATCH] Update funkwhale-server.service --- conf/funkwhale-server.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/funkwhale-server.service b/conf/funkwhale-server.service index a393df5..239ae9c 100644 --- a/conf/funkwhale-server.service +++ b/conf/funkwhale-server.service @@ -17,7 +17,7 @@ ExecStart=__INSTALL_DIR__/venv/bin/gunicorn \ --worker-class uvicorn.workers.UvicornWorker \ --bind ${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT} --timeout 120 - --error-logfile /var/log/__APP__/__APP__.log + --error-logfile /var/log/__APP__/__APP__-server.log ExecReload=/bin/kill -s HUP $MAINPID