diff --git a/config/rootfiles/core/129/filelists/unbound b/config/rootfiles/core/129/filelists/unbound new file mode 120000 index 000000000..66adf0924 --- /dev/null +++ b/config/rootfiles/core/129/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/129/update.sh b/config/rootfiles/core/129/update.sh index 6d248cd02..3cd5b6a22 100644 --- a/config/rootfiles/core/129/update.sh +++ b/config/rootfiles/core/129/update.sh @@ -33,6 +33,7 @@ done # Stop services /usr/local/bin/ipsecctrl D +/etc/init.d/unbound stop # Remove files rm -vf \ @@ -49,6 +50,7 @@ ldconfig # Start services /etc/init.d/firewall restart +/etc/init.d/unbound start /usr/local/bin/ipsecctrl S # This update needs a reboot...