]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/rootfiles/core/158/update.sh
core158: Fully terminate apache before restarting it
[people/pmueller/ipfire-2.x.git] / config / rootfiles / core / 158 / update.sh
index 2c6ef86559dbbc02f32ffa780bfc4221cb176b4b..a34c01bcc0f592f83735b3189556fbeb9b8a92e0 100644 (file)
@@ -74,10 +74,13 @@ ldconfig
 /usr/local/bin/filesystem-cleanup
 
 # Start services
-/etc/init.d/apache restart
 /etc/init.d/vnstat restart
 /etc/init.d/rngd restart
 
+# Restart apache
+/etc/init.d/apache stop
+/etc/init.d/apache start
+
 # This update needs a reboot...
 #touch /var/run/need_reboot