X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config%2Frootfiles%2Fcore%2F149%2Fupdate.sh;h=63e10efaaf6b3b874fe67db71e31245b68973c8e;hb=63de1d010f21ee5c66fd16c87c65fc18e2087235;hp=d7067a4cc922d1367b722d3a6063bd97e3fa9c31;hpb=c77c5376e458c2ae7ae0d54cae5d8f9ade2582ee;p=ipfire-2.x.git diff --git a/config/rootfiles/core/149/update.sh b/config/rootfiles/core/149/update.sh index d7067a4cc9..63e10efaaf 100644 --- a/config/rootfiles/core/149/update.sh +++ b/config/rootfiles/core/149/update.sh @@ -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