diff --git a/config/rootfiles/core/170/update.sh b/config/rootfiles/core/170/update.sh index 7dde03060..9bc3d966e 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