]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
unbound: Use fast reload
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 May 2025 17:21:38 +0000 (17:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 May 2025 17:21:38 +0000 (17:21 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/system/unbound

index 24d92563803a29c98423a5aefb5232cd0795d1cb..56f7f4ff02a0547f9940142dd46127e64c1c4bd8 100644 (file)
@@ -598,7 +598,7 @@ case "$1" in
                write_hosts_conf
 
                # Call unbound-control and perform the reload
-               /usr/sbin/unbound-control -q reload
+               /usr/sbin/unbound-control -q fast_reload
 
                # Dummy Resolve to wait for unbound
                resolve "ping.ipfire.org" &>/dev/null