We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf699d7 commit 55a1bdeCopy full SHA for 55a1bde
install/vst-install-ubuntu.sh
@@ -993,6 +993,11 @@ if [ "$named" = 'yes' ]; then
993
update-rc.d bind9 defaults
994
service bind9 start
995
check_result $? "bind9 start failed"
996
+
997
+ # Workaround for OpenVZ/Virtuozzo
998
+ if [ -e "/proc/vz/veinfo" ]; then
999
+ sed -i "s/exit 0/service bind9 restart\nexit 0/" /etc/rc.local
1000
+ fi
1001
fi
1002
1003
#----------------------------------------------------------#
0 commit comments