改名
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ class ServerManager
|
|||||||
if (Kiri::getPlatform()->isLinux()) {
|
if (Kiri::getPlatform()->isLinux()) {
|
||||||
$soloProcess->name($system . '.' . $customProcess->getName() . ' start.');
|
$soloProcess->name($system . '.' . $customProcess->getName() . ' start.');
|
||||||
}
|
}
|
||||||
echo $system . '.' . $customProcess->getName() . ' start.';
|
echo $system . '.' . $customProcess->getName() . ' start.' . PHP_EOL;
|
||||||
$customProcess->signListen($soloProcess);
|
$customProcess->signListen($soloProcess);
|
||||||
$customProcess->onHandler($soloProcess);
|
$customProcess->onHandler($soloProcess);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user