From 71cea32cd8ab84d174f1913a04b4751c8eacd69e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 7 Oct 2024 09:15:40 +0000 Subject: [PATCH] core190: Ship Unbound again This was a late addition to c189 Signed-off-by: Michael Tremer --- config/rootfiles/core/190/filelists/unbound | 1 + config/rootfiles/core/190/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/190/filelists/unbound diff --git a/config/rootfiles/core/190/filelists/unbound b/config/rootfiles/core/190/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/190/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/190/update.sh b/config/rootfiles/core/190/update.sh index ba7816216b..ba24bc41e7 100644 --- a/config/rootfiles/core/190/update.sh +++ b/config/rootfiles/core/190/update.sh @@ -62,6 +62,7 @@ fi /etc/init.d/sshd restart /etc/init.d/squid restart /etc/init.d/suricata start +/etc/init.d/unbound restart # This update needs a reboot... touch /var/run/need_reboot -- 2.39.5