From caa53632f2311fefd346536309e7a053b9b79c60 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 6 May 2025 17:19:05 +0000 Subject: [PATCH] core195: Ship Unbound Signed-off-by: Michael Tremer --- config/rootfiles/core/195/filelists/unbound | 1 + config/rootfiles/core/195/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/195/filelists/unbound diff --git a/config/rootfiles/core/195/filelists/unbound b/config/rootfiles/core/195/filelists/unbound new file mode 120000 index 000000000..66adf0924 --- /dev/null +++ b/config/rootfiles/core/195/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/195/update.sh b/config/rootfiles/core/195/update.sh index 95669eab9..9420d41bf 100644 --- a/config/rootfiles/core/195/update.sh +++ b/config/rootfiles/core/195/update.sh @@ -93,6 +93,7 @@ fi # Start services /etc/init.d/firewall restart /etc/init.d/sshd restart +/etc/init.d/unbound restart # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.5