GPSd setup fixes

This commit is contained in:
2021-07-16 12:28:26 -04:00
parent 86373d04ff
commit 78ecf64ffe

View File

@ -16,6 +16,7 @@ sudo systemctl enable gpsd.service
# gpsd startup # gpsd startup
sudo cp -r etc/* /etc/ sudo cp -r etc/* /etc/
sudo systemctl daemon-reload
# enable and start gpsd service # enable and start gpsd service
sudo systemctl start gpsd.service sudo systemctl start gpsd.service