From: Michael Tremer Date: Mon, 12 Sep 2016 19:52:51 +0000 (+0100) Subject: unbound: Restart after local hosts have been modified X-Git-Tag: v2.19-core106~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc53e7ef230255bbf2ebf6ed6af8206d88206e8e;p=ipfire-2.x.git unbound: Restart after local hosts have been modified Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/hosts.cgi b/html/cgi-bin/hosts.cgi index e3463d1ac2..41fe8a5b63 100644 --- a/html/cgi-bin/hosts.cgi +++ b/html/cgi-bin/hosts.cgi @@ -462,4 +462,5 @@ sub SortDataFile # sub BuildConfiguration { system '/usr/local/bin/rebuildhosts'; + system '/usr/local/bin/unboundctrl restart &>/dev/null'; }