From 0df4cf71052ea7a64dcf5ab8d141c54ad239b16f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 18 Oct 2019 16:16:35 +0200 Subject: [PATCH] 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 --- config/rootfiles/core/137/update.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5