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

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

commit acd7d8913a627696c7af350640f596dc996f4228
Author: Paul Angus <paul.an...@shapeblue.com>
AuthorDate: Tue Dec 18 09:44:09 2018 +0000

    even more granular - this is going to need some major squaching
---
 .../appliance/systemvmtemplate/scripts/configure_systemvm_services.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh 
b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
index fd1b525..cd4812e 100644
--- a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
+++ b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
@@ -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

Reply via email to