mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-17 03:47:20 +02:00
Compare commits
No commits in common. "af1f376f18162e9038e8255a9d581787e56ad334" and "186d196fdc9dee99adcbd4446278940cff157d46" have entirely different histories.
af1f376f18
...
186d196fdc
@ -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
|
@ -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",
|
||||
|
@ -1 +0,0 @@
|
||||
#AMINDAGPSD=""
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user