Compare commits

..

No commits in common. "af1f376f18162e9038e8255a9d581787e56ad334" and "186d196fdc9dee99adcbd4446278940cff157d46" have entirely different histories.

4 changed files with 0 additions and 27 deletions

View File

@ -1,4 +0,0 @@
refclock SHM 0 poll 3 refid GPS1
# unlikely to work with usb
refclock SHM 1 refid GPS2
refclock SOCK /var/run/chrony.ttyUSB0.sock refid SOCK

View File

@ -626,18 +626,6 @@
"Value": "https://beacondb.net/v1/geolocate",
"Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865"
},
"geo.provider.use_geoclue": {
"Comment": "Helpful especially with /etc/geolocation",
"Status": "default",
"Type": "boolean",
"Value": true
},
"geo.provider.use_gpsd": {
"Comment": "I am trying to see if gpsd will speak to other apps too.",
"Status": "default",
"Type": "boolean",
"Value": true
},
"image.animation.mode": {
"Comment": "Preference not allowed for stability reasons. :(",
"Status": "default",

View File

@ -1 +0,0 @@
#AMINDAGPSD=""

View File

@ -1,10 +0,0 @@
[Service]
Type=exec
EnvironmentFile=-/etc/gpsd.aminda.conf
ExecStart=
# PRIVACY WARNING! --listenany happily allows anyone to ask where the host is
ExecStartPre=-/usr/sbin/modprobe pps_ldisc
ExecStart=/usr/sbin/gpsd /dev/gps0 --listenany --nowait --foreground $AMINDAGPSD
ExecReload=/usr/bin/killall -HUP gpsd
Restart=always
RestartSec=5s