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