From 8f593b74bc14cd324fe733a8f9ac7c110c434a89 Mon Sep 17 00:00:00 2001 From: Patrick Tudor Date: Sun, 9 Feb 2020 10:36:16 -0800 Subject: [PATCH] add new dash-dash flags --- debian/galmon.default | 2 +- debian/galmon.navstar.default | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/galmon.default b/debian/galmon.default index 0a86287..204d226 100644 --- a/debian/galmon.default +++ b/debian/galmon.default @@ -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" # diff --git a/debian/galmon.navstar.default b/debian/galmon.navstar.default index a5cbb0b..d593292 100644 --- a/debian/galmon.navstar.default +++ b/debian/galmon.navstar.default @@ -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"