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

Feature Request: Make service pickup config updates #82

Closed CFenner closed 5 months ago

CFenner commented 5 months ago

When I change the config, I need to stop and start the service. It would be nice, if the config is reloaded on each run.

hjelev commented 5 months ago

This will slow down the script execution when its not expected the config to be updated every 2 min. I restart the service when updating configuration during testing - this is faster than stop and start. Regards,