From 979a8b3df745e74173a777ef361bf8f3abfcbad0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 12 Jul 2022 15:03:52 +0000 Subject: [PATCH] Core Update 170: Ship and restart Unbound MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/170/filelists/unbound | 1 + config/rootfiles/core/170/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/170/filelists/unbound diff --git a/config/rootfiles/core/170/filelists/unbound b/config/rootfiles/core/170/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/170/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/170/update.sh b/config/rootfiles/core/170/update.sh index 7cec58f922..7dde030602 100644 --- a/config/rootfiles/core/170/update.sh +++ b/config/rootfiles/core/170/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/rc.d/unbound stop # Remove files rm -rvf \ @@ -107,6 +108,7 @@ chown nobody:nobody /var/lib/ipblocklist /usr/bin/fcrontab -z # Start services +/etc/init.d/rc.d/unbound start # This update needs a reboot... touch /var/run/need_reboot -- 2.39.5