Core Update 182: Ship and restart Unbound

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2023-11-21 19:08:24 +00:00
parent 8dfe5e4be7
commit fa92e618c1
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../common/unbound

View 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