From a22730bab6e70715c1c67617da772b5b2f472919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 13 Jul 2024 16:53:50 +0200 Subject: [PATCH] Fix systemd service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 4981b7d..0897631 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__ -ExecStart=__INSTALL_DIR__/venv/bin/pserve endi.ini +ExecStart=__INSTALL_DIR__/venv/bin/pserve caerp.ini StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit