Comos\Qpm\Supervision\Supervisor::registerSignalHandler PHP Method

registerSignalHandler() public method

    public function registerSignalHandler()
    {
        \pcntl_signal(\SIGTERM, array($this, 'stop'));
    }