mirror of https://github.com/apache/cloudstack.git
individually disable guest services and check for failures
This commit is contained in:
parent
b01582cb94
commit
a5201746e9
|
|
@ -111,7 +111,10 @@ function configure_services() {
|
|||
systemctl disable vgauth
|
||||
|
||||
# Disable guest services which will selectively be started based on hypervisor
|
||||
systemctl disable open-vm-tools xe-daemon hyperv-daemons.hv-fcopy-daemon.service hyperv-daemons.hv-kvp-daemon.service hyperv-daemons.hv-vss-daemon.service qemu-guest-agent || true
|
||||
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 qemu-guest-agent
|
||||
|
||||
configure_apache2
|
||||
configure_strongswan
|
||||
|
|
|
|||
Loading…
Reference in New Issue