From 08fc1aa43b293dccf211b8f961a6d1b7606ed352 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Nov 2016 17:46:24 +0000 Subject: [PATCH] core107: Restart unbound to activate configuration changes Signed-off-by: Michael Tremer --- config/rootfiles/core/107/filelists/files | 1 + config/rootfiles/core/107/update.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/config/rootfiles/core/107/filelists/files b/config/rootfiles/core/107/filelists/files index 1dc0a350d..226f45b6d 100644 --- a/config/rootfiles/core/107/filelists/files +++ b/config/rootfiles/core/107/filelists/files @@ -1,5 +1,6 @@ etc/system-release etc/issue +etc/unbound/unbound.conf etc/rc.d/init.d/unbound srv/web/ipfire/cgi-bin/logs.cgi/log.dat srv/web/ipfire/cgi-bin/traffic.cgi diff --git a/config/rootfiles/core/107/update.sh b/config/rootfiles/core/107/update.sh index dd6b33e2f..276dae526 100644 --- a/config/rootfiles/core/107/update.sh +++ b/config/rootfiles/core/107/update.sh @@ -178,6 +178,9 @@ if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then /etc/init.d/ipsec start fi +# Restart unbound to activate configuration changes +/etc/init.d/unbound restart + # Delete old QoS enabled indicator rm -f /var/ipfire/qos/enable -- 2.39.2