Home | History | Annotate | Download | only in server

Lines Matching refs:start_command

309         start_command = '%s -dd -t %s > %s 2> %s & echo $!' % (
311 pid = int(self.router.run(start_command).stdout.strip())
1171 start_command = ('%s -dd -t -i%s -P%s -c%s -D%s >%s 2>&1 &' %
1175 self.router.run(start_command)