From: Arne Fitzenreiter Date: Sun, 1 Mar 2020 18:41:13 +0000 (+0100) Subject: unbound: update savesearch after reload configfiles X-Git-Tag: v2.25-core142~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=605575033c58c59c9f8673c50ee2f0a61988a0ee;p=ipfire-2.x.git unbound: update savesearch after reload configfiles Signed-off-by: Arne Fitzenreiter --- diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index b6b57f1c1d..507f589cad 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -592,13 +592,13 @@ case "$1" in write_forward_conf write_hosts_conf + # Call unbound-control and perform the reload + /usr/sbin/unbound-control -q reload + # Update Safe Search rules if the system is online. if [ -e "/var/ipfire/red/active" ]; then update_safe_search fi - - # Call unbound-control and perform the reload - /usr/sbin/unbound-control -q reload ;; status)