add new dash-dash flags

pull/91/head
Patrick Tudor 2020-02-09 10:36:16 -08:00
parent 63efa54c15
commit 8f593b74bc
No known key found for this signature in database
GPG Key ID: 2C12D022F591B853
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
#
# uBlox M8-series and Aliexpress Specials support ( (gps AND galileo) AND ( beidou OR glonass) ) with optional SBAS.
#
DAEMON_OPTS="--owner 'OWNER' --remark 'REMARK' --gps --galileo --station 65000 --destination ::1"
DAEMON_OPTS="--owner 'OWNER' --remark 'REMARK' --gps --galileo --sbas --station 65000 --destination ::1"
#DAEMON_OPTS="--owner 'OWNER' --remark 'REMARK' --gps --galileo --beidou --sbas --station 65000 --destination ::1"
#DAEMON_OPTS="--owner 'OWNER' --remark 'REMARK' --gps --galileo --glonass --sbas --station 65000 --destination ::1"
#

View File

@ -3,7 +3,7 @@
# This package is free software: /usr/share/common-licenses/GPL-3
#
# Here are daemon options used by the navrecv and navnexus services
DAEMON_OPTS_NAVNEXUS="/var/lib/galmon/storage ::"
DAEMON_OPTS_NAVRECV=":: /var/lib/galmon/storage"
DAEMON_OPTS_NAVNEXUS="--storage /var/lib/galmon/storage --bind ::1"
DAEMON_OPTS_NAVRECV="--bind ::1 --storage /var/lib/galmon/storage"
#
DAEMON_OPTS_NAVPARSE="[::]:10000 html galileo"
DAEMON_OPTS_NAVPARSE="--bind [::1]:10000 --html /usr/share/package/galmon/html --influxdb galileo"