2008-02-01 03:35:57 +00:00
|
|
|
## Path: Hardware/GPS
|
|
|
|
## Description: GPS Daemon
|
|
|
|
|
2008-11-28 14:05:46 +00:00
|
|
|
## Type: yesno
|
|
|
|
## Default: no
|
|
|
|
#
|
|
|
|
# Whether or not to start gpsd automatically on plugin event
|
|
|
|
#
|
|
|
|
GPSD_STARTBYUDEV="no"
|
|
|
|
|
2008-02-01 03:35:57 +00:00
|
|
|
## Type: integer
|
|
|
|
## Default: 2947
|
|
|
|
#
|
2008-11-28 14:05:46 +00:00
|
|
|
# Use different port for the daemon
|
2008-02-01 03:35:57 +00:00
|
|
|
#
|
2008-11-28 14:05:46 +00:00
|
|
|
GPSD_PORT=
|
2008-10-23 15:08:07 +00:00
|
|
|
|
2008-11-28 14:05:46 +00:00
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
2008-10-23 15:08:07 +00:00
|
|
|
#
|
2008-11-28 14:05:46 +00:00
|
|
|
# Further options to gpsd
|
2008-10-23 15:08:07 +00:00
|
|
|
#
|
2008-11-28 14:05:46 +00:00
|
|
|
GPSD_OPTIONS=""
|
|
|
|
|