From b029818d1ad011837dee87724c1bad8762368833 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sun, 18 Sep 2022 20:24:50 +0000 Subject: [PATCH] Core Update 171: Stop and restart collectd MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/171/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index dd093e8563..86efc8afca 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -37,6 +37,7 @@ done /usr/local/bin/openvpnctrl -k /usr/local/bin/openvpnctrl -kn2n /etc/rc.d/init.d/ipsec stop +/etc/rc.d/init.d/collectd stop # Remove files rm -rvf \ @@ -150,6 +151,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/rc.d/init.d/collectd start /etc/rc.d/init.d/apache start if grep -q "ENABLED=on" /var/ipfire/ovpn/settings; then /usr/local/bin/openvpnctrl -s -- 2.39.5