From a5201746e9581175bd4d364401d86b732abfe28f Mon Sep 17 00:00:00 2001 From: Paul Angus Date: Tue, 18 Dec 2018 07:50:19 +0000 Subject: [PATCH] individually disable guest services and check for failures --- .../systemvmtemplate/scripts/configure_systemvm_services.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh index 386a4a91e5a..fd1b525a39d 100644 --- a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh +++ b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh @@ -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