This commit is contained in:
2021-08-20 10:19:05 +08:00
parent 145f6e0bb6
commit 0dbf4ebc08
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ class ServerManager
}
$name = $customProcess->getProcessName($soloProcess);
debug(sprintf("Process %s start.", $name));
info(sprintf("Process %s start.", $name));
$system = sprintf('%s.process[%d]', Config::get('id', 'system-service'), $soloProcess->pid);
if (Kiri::getPlatform()->isLinux()) {