From 916d07560068273c91296a79925d9b4c634f55f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= <10533763+dhalucario@users.noreply.github.com> Date: Fri, 27 Jun 2025 11:10:05 +0200 Subject: [PATCH] Overwrite unit ExecStart with poetry --- skg-watcher.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skg-watcher.service b/skg-watcher.service index 541f5e2..3b5d389 100644 --- a/skg-watcher.service +++ b/skg-watcher.service @@ -7,7 +7,7 @@ Type=simple User=bot WorkingDirectory=/home/bot/workspace/skg-watcher Environment=PYTHONPATH=/home/bot/workspace/skg-watcher -ExecStart=/usr/bin/python3 -m skg_watcher.main +ExecStart=/home/bot/.local/share/pipx/venvs/poetry/bin/poetry run python -m skg_watcher.main Restart=always RestartSec=10