# Devices gpsd should collect to at boot time. # Empty: the EC25 NMEA port is hot-added via udev (77-modem-gps.rules -> gpsdctl@). DEVICES="" # -n: read GNSS data even with no clients connected (keeps the fix warm). GPSD_OPTIONS="-n" # Automatically hot add/remove USB GPS devices via gpsdctl (our udev rule uses this). USBAUTO="true"