This commit is contained in:
2021-08-19 15:22:48 +08:00
parent d263484e91
commit 8d6364f1ac
12 changed files with 471 additions and 419 deletions
+2
View File
@@ -131,6 +131,8 @@ class ServerManager
$soloProcess->name($system . '.' . $customProcess->getProcessName($soloProcess) . ' start.');
}
$customProcess->signListen($soloProcess);
echo sprintf("\033[36m[" . date('Y-m-d H:i:s') . "]\033[0m Process %s start.", $customProcess->getProcessName($soloProcess)) . PHP_EOL;
$customProcess->onHandler($soloProcess);
},