From: Arne Fitzenreiter Date: Fri, 3 Nov 2017 13:28:22 +0000 (+0100) Subject: core116: replace apache restart by stop and start X-Git-Tag: v2.19-core116~1 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=9843bb7b5ad2517884f601a527e391953845e569 core116: replace apache restart by stop and start restart seems not work after replace apache... Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/116/update.sh b/config/rootfiles/core/116/update.sh index 3e03bb33ca..84a4bb0c04 100644 --- a/config/rootfiles/core/116/update.sh +++ b/config/rootfiles/core/116/update.sh @@ -44,7 +44,8 @@ ldconfig #/usr/local/bin/update-lang-cache # Start services -/etc/init.d/apache restart +/etc/init.d/apache stop +/etc/init.d/apache start /etc/init.d/snort start # This update need a reboot...