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 2019/01/09 15:34:43 UTC

[cloudstack] 06/09: call post init as a script not service

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 c02af011b82c99f7645a84490b9da6732b477910
Author: Paul Angus <pa...@shapeblue.com>
AuthorDate: Sun Dec 23 08:03:07 2018 +0000

    call post init as a script not service
---
 tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
index 8432bb1..fde769b 100644
--- a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
+++ b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh
@@ -52,7 +52,6 @@ function install_cloud_scripts() {
 
   systemctl daemon-reload
   systemctl enable cloud-early-config
-  systemctl enable cloud-postinit
 }
 
 function do_signature() {