Update config gpsd and gpsd.socket

pi-sensors-auto-gps
Alan Johnston 2 days ago committed by GitHub
parent dcd09063da
commit 46fddd90ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1788,6 +1788,7 @@ elif [ "$1" = "-u" ]; then
if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then
echo "gpsd set to ON"
sudo systemctl disable gpsd
sudo systemctl disable gpsd.socket
reboot=1
fi
@ -1801,8 +1802,9 @@ elif [ "$1" = "-u" ]; then
if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then
echo "gpsd set to OFF"
sudo systemctl enable gpsd
sudo systemctl enable gpsd.socket
reboot=1
reboot=1
fi
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.