failover: wire up van-modem-watch in deploy.sh

Completes the van-modem-usb-kick -> van-modem-watch swap from the
previous commit: deploy.sh was still installing/enabling the old unit.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Andreas Wrede
2026-08-04 20:28:46 -04:00
co-authored by Claude Sonnet 5
parent 3169297148
commit af18dc0755
3 changed files with 154 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=EC25 modem boot-presence watchdog — pages if it never enumerated (no auto-recovery, see script docstring)
After=systemd-udev-settle.service
Wants=systemd-udev-settle.service
[Service]
Type=simple
ExecStart=/usr/local/sbin/van-modem-watch @MODEM_USB_VENDOR@
[Install]
WantedBy=multi-user.target