# Default settings for gpsd.

# Start the gpsd daemon automatically at boot time
START_DAEMON="true"

# Use USB hotplugging to add new USB devices automatically to the daemon
USBAUTO="true"

# Devices gpsd should collect to at boot time.
# They need to be read/writeable, either by user gpsd or the group dialout.
DEVICES=""

# gpsd control socket location.
GPSD_SOCKET="/run/gpsd/gpsd.sock"

# Other options you want to pass to gpsd
GPSD_OPTIONS=""
