AppserverIo\Appserver\Core\Scanner\SupervisorDeploymentScanner::getRestartCommand PHP Method

getRestartCommand() public method

Returns the Supervisor restart command.
public getRestartCommand ( string $os, string | null $distVersion = null ) : string
$os string The OS to return the restart command for
$distVersion string | null Version of the operating system to get the restart command for
return string The restart command
    public function getRestartCommand($os, $distVersion = null)
    {
        return SupervisorDeploymentScanner::SUPERVISORD_INIT_STRING;
    }
SupervisorDeploymentScanner