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

fixup gpsd instructions

This commit is contained in:
Matthias Wirth 2024-09-14 01:21:58 +02:00
parent 9567808ebd
commit 40169f5b8e

View file

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