core190: Ship collectd changed

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-09-22 14:20:28 +00:00
parent 5b75ddfff2
commit c110071fa9
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
etc/collectd.conf
etc/collectd.d
etc/rc.d/init.d/collectd
srv/web/ipfire/cgi-bin/index.cgi
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
var/ipfire/network-functions.pl

View File

@@ -50,7 +50,13 @@ ldconfig
# Apply local configuration to sshd_config
/usr/local/bin/sshctrl
# collectd
if [ -e "/etc/collectd.custom" ]; then
mv -v /etc/collectd.custom /etc/collectd.d/
fi
# Start services
/etc/init.d/collectd restart
# This update needs a reboot...
touch /var/run/need_reboot