summaryrefslogtreecommitdiff
blob: 49555ffc92d49cd72b6b0401940d19efb65c6c37 (plain)
1
2
3
4
5
6
7
8
9
10
# Config file for f3507g gpsd service

#The control device
CONTROL_DEV="/dev/ttyACM1"

#The gps device
GPS_DEV="/dev/ttyACM2"

#The gpsd options
GPSD_OPTS="-b -n -P /var/run/gpsd.pid -F /var/run/gpsd.sock ${GPS_DEV}"