diff --git a/skg-watcher.service b/skg-watcher.service new file mode 100644 index 0000000..541f5e2 --- /dev/null +++ b/skg-watcher.service @@ -0,0 +1,15 @@ +[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