From: Michael Tremer Date: Thu, 14 Jul 2022 09:42:11 +0000 (+0000) Subject: c170: Update collectd.conf X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3d8db51fbf721698aa3cb767fbc134b12b0592d;p=people%2Fstevee%2Fipfire-2.x.git c170: Update collectd.conf Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/170/update.sh b/config/rootfiles/core/170/update.sh index 7dde030602..9bc3d966ed 100644 --- a/config/rootfiles/core/170/update.sh +++ b/config/rootfiles/core/170/update.sh @@ -107,6 +107,11 @@ chown nobody:nobody /var/lib/ipblocklist # Rebuild fcrontab from scratch /usr/bin/fcrontab -z +# Update collectd.conf +sed -i /etc/collectd.conf \ + -e "/LoadPlugin entropy/d" +/etc/init.d/collectd restart + # Start services /etc/init.d/rc.d/unbound start