From: Stefan Schantl Date: Sat, 11 Jan 2020 18:37:50 +0000 (+0100) Subject: ids.cgi: Do reload instead of restarting unbound X-Git-Tag: v2.25-core141~70^2~13 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=4caa0efc595594d167d24085f7a181a4baa7bdc0 ids.cgi: Do reload instead of restarting unbound Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/dns.cgi b/html/cgi-bin/dns.cgi index 69ab7bb7b8..ae7d4efa23 100755 --- a/html/cgi-bin/dns.cgi +++ b/html/cgi-bin/dns.cgi @@ -803,7 +803,7 @@ END # Private function to handle the restart of unbound and more. sub _handle_unbound_and_more () { # Restart unbound - system('/usr/local/bin/unboundctrl restart >/dev/null'); + system('/usr/local/bin/unboundctrl reload >/dev/null'); # Check if the IDS is running. if(&IDS::ids_is_running()) {