]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/149/update.sh
core149: Ship updated unbound
[ipfire-2.x.git] / config / rootfiles / core / 149 / update.sh
index d7067a4cc922d1367b722d3a6063bd97e3fa9c31..63e10efaaf6b3b874fe67db71e31245b68973c8e 100644 (file)
@@ -49,6 +49,8 @@ ldconfig
 /usr/local/bin/filesystem-cleanup
 
 # Start services
+/etc/init.d/apache2 restart
+/etc/init.d/unbound restart
 
 # Update crontab
 sed -i /var/spool/cron/root.orig \
@@ -63,7 +65,7 @@ if [ -e /boot/grub/grub.cfg ]; then
 fi
 
 # This update needs a reboot...
-#touch /var/run/need_reboot
+touch /var/run/need_reboot
 
 # Finish
 /etc/init.d/fireinfo start