From a0f97ae456f43cb4281312c30dff72fa22db16e9 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 12 Jul 2011 00:11:49 +0200 Subject: [PATCH] core50: stop/start services at update. --- config/rootfiles/core/50/update.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/50/update.sh b/config/rootfiles/core/50/update.sh index 2882684047..b114ded1e0 100644 --- a/config/rootfiles/core/50/update.sh +++ b/config/rootfiles/core/50/update.sh @@ -34,13 +34,18 @@ done # #Stop services - +/etc/init.d/apache stop +/etc/init.d/collectd stop +/etc/init.d/squid stop # #Extract files extract_files # #Start services +/etc/init.d/squid start +/etc/init.d/collectd start +/etc/init.d/apache start # #Update Language cache -- 2.39.2