You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pa...@apache.org on 2018/12/12 22:11:47 UTC

[cloudstack] 14/18: /lib/systemd/systemd-sysv-install disable qemu-guest-agent

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 cd3819159983474cca27a91f0ba7bb5d9b186a09
Author: Paul Angus <pa...@shapeblue.com>
AuthorDate: Sun Dec 9 08:15:37 2018 +0000

    /lib/systemd/systemd-sysv-install disable qemu-guest-agent
---
 .../appliance/systemvmtemplate/scripts/configure_systemvm_services.sh  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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