Sennevds / system_sensors

Logging of system sensor specific for the RPI and sending them to a MQTT broker
MIT License
361 stars 112 forks source link

service user and path fix #131

Closed mcunkelman closed 2 years ago

mcunkelman commented 2 years ago

The example_system_sensors.service referenced a specific user and used that user on the listed paths. I set both back to assume User=pi and default path is /home/pi/system_sensors/

Feel free to reject if this breaks something, its just a small fix to an issue I encountered when setting this up.

Fixes #130