summaryrefslogtreecommitdiffstats
path: root/gis/gpsd/rc.gpsd.conf.new
diff options
context:
space:
mode:
author David Spencer2014-02-04 18:01:02 +0100
committer Erik Hanson2014-02-08 18:10:10 +0100
commitb9fe91a6a6ca4c16369b0867db2e65f51ab39984 (patch)
tree6527795ca1ccaa3e00a87d4e866ae931fc1a572a /gis/gpsd/rc.gpsd.conf.new
parent774dab7d85268a94737b5a6bed2e8dc76af48062 (diff)
downloadslackbuilds-b9fe91a6a6ca4c16369b0867db2e65f51ab39984.tar.gz
gis/gpsd: Updated for version 3.10 + Moved from System category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gpsd/rc.gpsd.conf.new')
-rw-r--r--gis/gpsd/rc.gpsd.conf.new14
1 files changed, 14 insertions, 0 deletions
diff --git a/gis/gpsd/rc.gpsd.conf.new b/gis/gpsd/rc.gpsd.conf.new
new file mode 100644
index 0000000000..3566b69c08
--- /dev/null
+++ b/gis/gpsd/rc.gpsd.conf.new
@@ -0,0 +1,14 @@
+# /etc/rc.d/rc.gpsd.conf
+# Configuration settings for gpsd
+
+# If your GPS is on a real (non-USB) serial port, add /dev/ttyS<n> here,
+# for example
+# GPSD_DEVICES="/dev/gps* /dev/ttyS1"
+GPSD_DEVICES="/dev/gps*"
+
+# Command line options for the gpsd daemon, see 'man gpsd' for details.
+# The most likely options that you might want to set include -b and -n.
+GPSD_OPTIONS=""
+
+# Control socket pathname. It's unlikely you'll want to change this.
+GPSD_SOCKET="/var/run/gpsd.sock"