mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
fixup gpsd instructions (#142)
This commit is contained in:
commit
3e037e3dd9
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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue