diff --git a/ServerManager.php b/ServerManager.php index 1a0e507..ff523a0 100644 --- a/ServerManager.php +++ b/ServerManager.php @@ -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); },