Exemplo n.º 1
0
 def start(self):
   LOG.info("Starting process: %s" % ' '.join(self.cmd))
   self.process = exec_process_async(' '.join(self.cmd))
Exemplo n.º 2
0
 def start(self):
     LOG.info("Starting process: %s" % ' '.join(self.cmd))
     self.process = exec_process_async(' '.join(self.cmd))