JobRunner: fork jobs
This commit is contained in:
parent
e858539d2b
commit
4494af559f
|
@ -36,11 +36,11 @@ class JobRunner
|
|||
{
|
||||
$cmd = 'icingacli director job run ' . $job->id;
|
||||
$output = `$cmd`;
|
||||
// TODO: capture output
|
||||
}
|
||||
|
||||
protected function shouldFork()
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue