]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Core Update 182: Ship and restart Unbound
authorPeter Müller <peter.mueller@ipfire.org>
Tue, 21 Nov 2023 19:08:24 +0000 (19:08 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 21 Nov 2023 19:08:24 +0000 (19:08 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/182/filelists/unbound [new symlink]
config/rootfiles/core/182/update.sh

diff --git a/config/rootfiles/core/182/filelists/unbound b/config/rootfiles/core/182/filelists/unbound
new file mode 120000 (symlink)
index 0000000..66adf09
--- /dev/null
@@ -0,0 +1 @@
+../../../common/unbound
\ No newline at end of file
index b54082567495d2383063768b718dcbfeee23493d..cd647c79d3d0a95bd5864ff9c97b575d95b3995d 100644 (file)
@@ -33,6 +33,7 @@ done
 
 # Stop services
 /etc/rc.d/init.d/squid stop
+/etc/rc.d/init.d/unbound stop
 
 # Extract files
 extract_files
@@ -51,6 +52,7 @@ ldconfig
 /usr/local/bin/filesystem-cleanup
 
 # Start services
+/etc/init.d/unbound start
 if [ -f /var/ipfire/proxy/enable ]; then
        /etc/init.d/squid start
 fi