function Provision_Service_http_https_apache::default_restart_cmd in Aegir HTTPS 7.3
File
- submodules/
apache_https/ drush/ Provision/ Service/ http/ https/ apache.php, line 16
Class
- Provision_Service_http_https_apache
- Apache HTTPS service class.
Code
function default_restart_cmd() {
// The apache service defines it's restart command as a static
// method so that we can make use of it here.
return Provision_Service_http_apache::apache_restart_cmd();
}