This commit is contained in:
2021-11-05 00:01:03 +08:00
parent 7c1f950ea3
commit c170ed745e
+1 -1
View File
@@ -163,7 +163,7 @@ class ServerManager
$customProcess = Kiri::getDi()->get($customProcess);
}
$process = new Process(function (Process $soloProcess) use ($customProcess) {
$system = sprintf('[%s]process[%d]', Config::get('id', 'system-service'), $soloProcess->pid);
$system = sprintf('[%s].process[%d]', Config::get('id', 'system-service'), $soloProcess->pid);
if (Kiri::getPlatform()->isLinux()) {
$soloProcess->name($system . '.' . $customProcess->getName() . ' start.');
}