This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 41120-memory
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 198efd44c9c79c4a7badda360ded45240b42f6c3
Author: Paul Angus <paul.an...@shapeblue.com>
AuthorDate: Sun Dec 9 09:34:47 2018 +0000

    force true for testing
---
 .../systemvmtemplate/scripts/configure_systemvm_services.sh        | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git 
a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh 
b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
index 5fd7deb..b7614e3 100644
--- a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
+++ b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
@@ -111,8 +111,11 @@ function configure_services() {
   systemctl disable vgauth
 
   # Disable guest services which will selectively be started based on 
hypervisor
-  systemctl disable vmtoolsd xe-daemon hyperv-daemons xenstored
-  /lib/systemd/systemd-sysv-install disable qemu-guest-agent
+  systemctl disable open-vm-tools  || true
+  systemctl disable hyperv-daemons || true
+  systemctl disable xenstored || true
+  systemctl disable xe-daemon || true
+  /lib/systemd/systemd-sysv-install disable qemu-guest-agent || true
 
   configure_apache2
   configure_strongswan

Reply via email to