diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-23 19:49:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-23 19:49:40 +0000 |
commit | ce5599bf2453eb7d5f47828d4fb0d103f2a23e93 (patch) | |
tree | 616f542a13ca3667834748841e4a57c70ff690db /main/gpsd/gpsd.confd | |
parent | 5539fc3a45e29088e12f99ef2cc7b4ca4b819985 (diff) | |
download | aports-ce5599bf2453eb7d5f47828d4fb0d103f2a23e93.tar.bz2 aports-ce5599bf2453eb7d5f47828d4fb0d103f2a23e93.tar.xz |
main/gpsd: move from testing
and let abuild autodetect libcap dep
Diffstat (limited to 'main/gpsd/gpsd.confd')
-rw-r--r-- | main/gpsd/gpsd.confd | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/main/gpsd/gpsd.confd b/main/gpsd/gpsd.confd new file mode 100644 index 000000000..27bb332ac --- /dev/null +++ b/main/gpsd/gpsd.confd @@ -0,0 +1,26 @@ +# /etc/conf.d/gpsd + +# The GPS device (/dev/ttyUSB0, /dev/ttyS0, ...) + +DEVICE="" + +# 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 +# Uncomment the following line to set the /dev/ttySxx device options, if +# desired: + +# /bin/setserial ${DEVICE} low_latency + |