individually disable guest services and check for failures

This commit is contained in:
Paul Angus 2018-12-18 07:50:19 +00:00
parent b01582cb94
commit a5201746e9
1 changed files with 4 additions and 1 deletions

View File

@ -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