mirror of https://github.com/apache/cloudstack.git
even more granular - this is going to need some major squaching
This commit is contained in:
parent
a5201746e9
commit
acd7d8913a
|
|
@ -113,7 +113,9 @@ function configure_services() {
|
|||
# Disable guest services which will selectively be started based on hypervisor
|
||||
systemctl disable open-vm-tools
|
||||
systemctl disable xe-daemon
|
||||
systemctl disable hyperv-daemons.hv-fcopy-daemon.service hyperv-daemons.hv-kvp-daemon.service hyperv-daemons.hv-vss-daemon.service
|
||||
systemctl disable hyperv-daemons.hv-fcopy-daemon.service
|
||||
systemctl disable hyperv-daemons.hv-kvp-daemon.service
|
||||
systemctl disable hyperv-daemons.hv-vss-daemon.service
|
||||
systemctl disable qemu-guest-agent
|
||||
|
||||
configure_apache2
|
||||
|
|
|
|||
Loading…
Reference in New Issue