skg-watcher/skg-watcher.service
2025-06-27 10:52:04 +02:00

15 lines
344 B
Desktop File

[Unit]
Description=SKG Watcher - Signature Collection Initiative Monitor
After=network.target
[Service]
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
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target