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-core50~2 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=27e5a0135381ea46c168e65fa669826d1606da48 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