PHP Class AppserverIo\Appserver\Core\Scanner\SupervisorDeploymentScanner

Inheritance: extends DeploymentScanner
Show file Open project: appserver-io/appserver

Public Methods

Method Description
getRestartCommand ( string $os, string | null $distVersion = null ) : string Returns the Supervisor restart command.

Method Details

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