mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-10 16:27:21 +02:00
Compare commits
No commits in common. "52ee644f5f98d9b987c2905aae294133d504b994" and "8db4a1249ae77aa999dd1d8d9b317ea8c6d4019f" have entirely different histories.
52ee644f5f
...
8db4a1249a
@ -138,8 +138,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"DNSOverHTTPS": {
|
"DNSOverHTTPS": {
|
||||||
"Comment": "Seems to break badly on s-guest-free while Unbound/resoled work.",
|
"Enabled": true,
|
||||||
"Enabled": false,
|
|
||||||
"ExcludedDomains": [
|
"ExcludedDomains": [
|
||||||
"http.badssl.com",
|
"http.badssl.com",
|
||||||
"norwegianwifi.com"
|
"norwegianwifi.com"
|
||||||
|
@ -11,7 +11,7 @@ Wants=gpsd.service gpsd.socket
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# Handle failure situation of the socket not going away (ExecStartPost=)
|
# Handle failure situation of the socket not going away (ExecStartPost=)
|
||||||
ExecStartPre=-rm -vf /tmp/gps-share.sock
|
ExecStartPre=-/tmp/gps-share.sock
|
||||||
# Creating a socket for geoclue to connect to
|
# Creating a socket for geoclue to connect to
|
||||||
# Credit: @schnell at https://gitlab.freedesktop.org/geoclue/geoclue/-/issues/145#note_1772702
|
# Credit: @schnell at https://gitlab.freedesktop.org/geoclue/geoclue/-/issues/145#note_1772702
|
||||||
ExecStartPost=sh -c "(gpspipe --nmea | ( read; read; read; cat ) | ncat --verbose --keep-open --listen --unixsock /tmp/gps-share.sock&)"
|
ExecStartPost=sh -c "(gpspipe --nmea | ( read; read; read; cat ) | ncat --verbose --keep-open --listen --unixsock /tmp/gps-share.sock&)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user