rc.gpsd.conf.new 475 B

123456789101112131415
  1. # /etc/rc.d/rc.gpsd.conf
  2. # Configuration settings for gpsd
  3. # If your GPS is on a real (non-USB) serial port, add /dev/ttyS<n> here,
  4. # for example
  5. # GPSD_DEVICES="/dev/gps* /dev/ttyS1"
  6. GPSD_DEVICES="/dev/gps*"
  7. # Command line options for the gpsd daemon, see 'man gpsd' for details.
  8. # The most likely options that you might want to set include -b and -n.
  9. GPSD_OPTIONS=""
  10. # Control socket pathname. It's unlikely you'll want to change this.
  11. GPSD_SOCKET="/var/run/gpsd.sock"