hjelev / rpi-mqtt-monitor

Raspberry Pi MQTT Monitor gathers system information and sends it to a MQTT server.
GNU General Public License v3.0
155 stars 41 forks source link

Minor typo in documentation #107

Closed julianlawson closed 2 months ago

julianlawson commented 2 months ago

The service examples in the Readme reference a service file called rpi-cpu2mqtt.service, however the filename in the distribution seems to have been changed to rpi-mqtt-monitor.service

Examples should read sudo cp rpi-mqtt-monitor.service /etc/systemd/system/ ; sudo systemctl enable rpi-mqtt-monitor.service and sudo service rpi-mqtt-monitor start ; sudo service rpi-mqtt-monitor status respectively

hjelev commented 2 months ago

Thank you, its updated now.