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