15 lines
390 B
Desktop File
15 lines
390 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=/home/bot/.local/share/pipx/venvs/poetry/bin/poetry run python -m skg_watcher.main
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|