From 09229acf3b38653498af2da3a9ab06f32da162e1 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:46:04 +0100 Subject: [PATCH] wrong one --- conf/bookwyrm-server.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/bookwyrm-server.service b/conf/bookwyrm-server.service index c0b2907..a09a60d 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -9,8 +9,7 @@ User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ EnvironmentFile=__INSTALL_DIR__/.env -ExecStart=__INSTALL_DIR__/venv/bin/gunicorn bookwyrm.wsgi:application --bind 127.0.0.1:__PORT__ -StandardOutput=append:/var/log/__APP__/__APP__.log +ExecStart=__INSTALL_DIR__/venv/bin/gunicorn bookwyrm.wsgi:application --bind 127.0.0.1:__PORT__ --error-logfile /var/log/__APP__/__APP__.log StandardError=inherit [Install]