summaryrefslogtreecommitdiff
path: root/main/gpsd/gpsd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/gpsd/gpsd.confd')
-rw-r--r--main/gpsd/gpsd.confd34
1 files changed, 6 insertions, 28 deletions
diff --git a/main/gpsd/gpsd.confd b/main/gpsd/gpsd.confd
index 30af2c3ee59..0f52aa9b5e0 100644
--- a/main/gpsd/gpsd.confd
+++ b/main/gpsd/gpsd.confd
@@ -1,29 +1,7 @@
-# /etc/conf.d/gpsd
-
-# The GPS device (/dev/ttyUSB0, /dev/ttyS0, ...)
-
-DEVICE=""
-BAUDRATE="4800"
-
-# Optional arguments
-# Options include:
-# -b = bluetooth-safe: open data sources read-only
-# -n = don't wait for client connects to poll GPS
-# -N = don't go into background
-# -F sockfile = specify control socket location
-# -G = make gpsd listen on INADDR_ANY
-# -D integer (default 0) = set debug level
-# -S integer (default 2947) = set port for daemon
-
-ARGS="-n "
-
-# Serial setup
-#
-# For serial interfaces, options such as low_latency are recommended
-# Also, http://catb.org/gpsd/upstream-bugs.html#tiocmwait recommends
-# setting the baudrate with stty
-# Uncomment the following lines if using a serial device:
-#
-# /bin/stty -F ${DEVICE} ${BAUDRATE}
-# /bin/setserial ${DEVICE} low_latency
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# Config file for gpsd server
+GPSD_OPTIONS=""
+DEVICES=""
+GPSD_SOCKET="/var/run/gpsd.sock"