1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 05:50:44 +00:00

fixup gpsd instructions (#142)

This commit is contained in:
Fred Clausen 2024-09-13 17:27:38 -06:00 committed by GitHub
commit 3e037e3dd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -781,7 +781,7 @@ For this to work, you should install and configure GPSD to work on your host mac
```bash
sudo apt update && sudo apt install -y gpsd
cat < EOM | sudo tee /etc/default/gpsd
cat << EOM | sudo tee /etc/default/gpsd
# Devices gpsd should collect to at boot time.
# They need to be read/writeable, either by user gpsd or the group dialout.
DEVICES="/dev/ttyACM0"
@ -790,7 +790,7 @@ GPSD_OPTIONS="-G"
# Automatically hot add/remove USB GPS devices via gpsdctl
USBAUTO="true"
EOM
cat < EOM | sudo tee /lib/systemd/system/gpsd.socket
cat << EOM | sudo tee /lib/systemd/system/gpsd.socket
[Unit]
Description=GPS (Global Positioning System) Daemon Sockets