mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
b9fe91a6a6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
475 B
Text
14 lines
475 B
Text
# /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"
|