diff -r 3b8fb275cf7e -r ea7928fd07da Beremiz.py --- a/Beremiz.py Thu Nov 20 12:57:24 2008 +0100 +++ b/Beremiz.py Mon Nov 24 08:57:43 2008 +0100 @@ -423,7 +423,7 @@ self.runtime_port = int(random.random() * 1000) + 61131 # launch local runtime self.local_runtime = ProcessLogger(self.Log, - "\"%s\" \"%s\" -p %s -i localhost %s"%(sys.executable, + "\"%s\" \"%s\" -p %s -i localhost -x 0 %s"%(sys.executable, Bpath("Beremiz_service.py"), self.runtime_port, self.local_runtime_tmpdir),