You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2017/12/04 08:27:39 UTC

[cloudstack] 02/02: avoid restarting networking again

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

bhaisaab pushed a commit to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 666921905fa492646ed3471a93cbb9d340de86a3
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Mon Dec 4 13:57:02 2017 +0530

    avoid restarting networking again
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 systemvm/patches/debian/opt/cloud/bin/setup/postinit.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/systemvm/patches/debian/opt/cloud/bin/setup/postinit.sh b/systemvm/patches/debian/opt/cloud/bin/setup/postinit.sh
index 58a3ecc..8149d2d 100755
--- a/systemvm/patches/debian/opt/cloud/bin/setup/postinit.sh
+++ b/systemvm/patches/debian/opt/cloud/bin/setup/postinit.sh
@@ -26,6 +26,5 @@ then
   then
       /opt/cloud/bin/update_config.py cmd_line.json
       logger -t cloud "Updated config: cmd_line.json"
-      systemctl restart networking
   fi
 fi

-- 
To stop receiving notification emails like this one, please contact
"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>.