This commit is contained in:
2021-11-03 17:41:01 +08:00
parent 6a1a0503e2
commit 353692d016
+1 -1
View File
@@ -167,7 +167,7 @@ class ServerManager
if (Kiri::getPlatform()->isLinux()) {
$soloProcess->name($system . '.' . $customProcess->getName() . ' start.');
}
echo $system . '.' . $customProcess->getName() . ' start.';
echo $system . '.' . $customProcess->getName() . ' start.' . PHP_EOL;
$customProcess->signListen($soloProcess);
$customProcess->onHandler($soloProcess);
},