mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
fixup gpsd instructions
This commit is contained in:
parent
9567808ebd
commit
40169f5b8e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue