diff --git a/config/rootfiles/core/118/filelists/unbound b/config/rootfiles/core/118/filelists/unbound new file mode 120000 index 000000000..66adf0924 --- /dev/null +++ b/config/rootfiles/core/118/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/118/update.sh b/config/rootfiles/core/118/update.sh index 545c8ef53..0cd6c108b 100644 --- a/config/rootfiles/core/118/update.sh +++ b/config/rootfiles/core/118/update.sh @@ -33,6 +33,7 @@ done # Stop services /etc/init.d/snort stop +/etc/init.d/unbound stop # Delete files rm -rvf \ @@ -55,6 +56,7 @@ ldconfig /usr/local/bin/update-lang-cache # Start services +/etc/init.d/unbound start /etc/init.d/apache restart /etc/init.d/snort start