[Unit] Description=Temperature monitor (CPU + NVMe) for the campervan router # Order after network-online so a boot-time threshold crossing (common: the Pi # boots hot) can actually reach Pushover — the very first sample fires within # seconds of start. If no WAN comes up, wait-online times out and we start anyway. After=local-fs.target network-online.target Wants=network-online.target [Service] Type=simple ExecStart=/usr/local/sbin/van-thermal Restart=always RestartSec=5 [Install] WantedBy=multi-user.target