From: Arne Fitzenreiter Date: Fri, 18 Oct 2019 14:16:35 +0000 (+0200) Subject: core137: erase lm_sensors config after collectd start X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0df4cf71052ea7a64dcf5ab8d141c54ad239b16f;p=people%2Fms%2Fipfire-2.x.git core137: erase lm_sensors config after collectd start this is needed to research the sensors with updated kernel after next reboot. Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/137/update.sh b/config/rootfiles/core/137/update.sh index 98fdff83d5..4a9b7d59da 100644 --- a/config/rootfiles/core/137/update.sh +++ b/config/rootfiles/core/137/update.sh @@ -99,6 +99,10 @@ ldconfig /etc/init.d/unbound restart /etc/init.d/collectd restart +# remove lm_sensor config after collectd was started +# to reserch sensors at next boot with updated kernel +rm -f /etc/sysconfig/lm_sensors + # generate new qos script qosctrl generate qosctrl start