Files
river-monitor/river-monitor.service
2026-07-05 00:09:00 +01:00

13 lines
319 B
Desktop File

[Unit]
Description=Poll UK Environment Agency river levels and rebuild dashboard
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
# Adjust the path below to wherever you copy river_monitor.py
ExecStart=/usr/bin/python3 %h/river-monitor/river_monitor.py
[Install]
WantedBy=default.target