diff --git a/config/rootfiles/core/182/filelists/unbound b/config/rootfiles/core/182/filelists/unbound new file mode 120000 index 000000000..66adf0924 --- /dev/null +++ b/config/rootfiles/core/182/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh index b54082567..cd647c79d 100644 --- a/config/rootfiles/core/182/update.sh +++ b/config/rootfiles/core/182/update.sh @@ -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