eee
This commit is contained in:
@@ -48,7 +48,7 @@ trait TraitProcess
|
||||
private function genProcess(AbstractProcess $name): Process
|
||||
{
|
||||
return new Process(function (Process $process) use ($name) {
|
||||
$process->name('[' . \config('id', 'system-service') . '].' . $name->getName());
|
||||
$process->name('[' . \config('id', 'system-service') . '].' . $name->getName()) . '.' . $process->pid;
|
||||
$name->onShutdown($process)->process($process);
|
||||
},
|
||||
$name->getRedirectStdinAndStdout(),
|
||||
|
||||
Reference in New Issue
Block a user