diff --git a/src/Core/Server/Process/Process.php b/src/Core/Server/Process/Process.php index 54dc8ca..05c2ec4 100644 --- a/src/Core/Server/Process/Process.php +++ b/src/Core/Server/Process/Process.php @@ -245,9 +245,9 @@ protected function setName($name) */ public function _onProcessStart() { - Process::signal(SIGINT, function ($signo) { + /* Process::signal(SIGINT, function ($signo) { - }); + });*/ $this->log = Server::$instance->getLog(); $this->eventDispatcher = Server::$instance->getEventDispatcher(); try {