diff --git a/conf/funkwhale-server.service b/conf/funkwhale-server.service index 3afcc53..a393df5 100644 --- a/conf/funkwhale-server.service +++ b/conf/funkwhale-server.service @@ -17,6 +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 ExecReload=/bin/kill -s HUP $MAINPID