- deploy.conf templates interface names/USB IDs (@TOKEN@ substitution) across ap/* configs so a dongle swap only needs deploy.conf edited, not the repo configs themselves; drops ap/rtw88.conf (old 2.4GHz dongle retired for the DWA-171, which needs no such power-save override). - failover/van-wlan-watchdog: recovers wlan0 from NM's post-boot no-secrets wedge (a boot-time supplicant race, not a real credential failure). - deploy.sh: warn() collects dependency/config warnings (missing python3-gps, python3-paho-mqtt, mobile-broadband-provider-info, grpcurl, gpsd; netplan drift; unedited example configs) into /var/lib/vanlink/deploy-warnings.json, rendered as an amber Cockpit card so they're visible without reading deploy output. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
16 lines
494 B
Desktop File
16 lines
494 B
Desktop File
[Unit]
|
|
Description=VanLink 2.4GHz AP (hostapd on @WIFI_2G_IFACE@ — see deploy.conf for current hardware)
|
|
# Same USB re-enumeration hazards as the 5GHz AP (see hostapd-restart.conf for the
|
|
# full story): never stop retrying, and back off a few seconds so the USB device can
|
|
# re-enumerate before the next attempt.
|
|
StartLimitIntervalSec=0
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/hostapd /etc/hostapd/hostapd-2g.conf
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|