etc_default_gpsd.in 221 B

123456789
  1. # Default settings for gpsd.
  2. # Please do not edit this file directly - use `dpkg-reconfigure gpsd' to
  3. # change the options.
  4. START_DAEMON="true"
  5. GPSD_OPTIONS="-n"
  6. DEVICES=""
  7. USBAUTO="true"
  8. GPSD_SOCKET="@RUNDIR@/gpsd.sock"