From 2ffdcb76d2bcb838118419d8553afc3d07e4765c Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Mon, 2 Apr 2012 00:25:17 +0200 Subject: [PATCH] daemonize the container at start time --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 9171bd4..9cd2181 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -198,7 +198,7 @@ class TestPlc: #start/stop the vserver def start_guest_in_host(self): if self.options.plcs_use_lxc: - return "lxc-start --name=%s"%(self.vservername) + return "lxc-start --daemon --name=%s"%(self.vservername) else: return "vserver %s start"%(self.vservername) -- 2.47.0