From 6a640997a13281a821320f6f7c8cb4ebe601692d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:13:50 +0100 Subject: [PATCH] Update conf/systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 2f4a85e..8a1f78b 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/python3 __INSTALL_DIR__/index.py +ExecStart=__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/app/index.py StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit