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>
12 lines
317 B
Desktop File
12 lines
317 B
Desktop File
[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
|