def start(self): LOG.info("Starting process: %s" % ' '.join(self.cmd)) self.process = exec_process_async(' '.join(self.cmd))