From: Arne Fitzenreiter Date: Mon, 11 Jul 2011 22:11:49 +0000 (+0200) Subject: core50: stop/start services at update. X-Git-Tag: v2.9-core51~15^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0f97ae456f43cb4281312c30dff72fa22db16e9;p=ipfire-2.x.git core50: stop/start services at update. --- 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