function Provision_Service_http_https_nginx::default_restart_cmd in Aegir HTTPS 7.3
File
- submodules/
nginx_https/ drush/ Provision/ Service/ http/ https/ nginx.php, line 16
Class
- Provision_Service_http_https_nginx
- Nginx HTTPS service class.
Code
function default_restart_cmd() {
// The nginx service defines it's restart command as a static
// method so that we can make use of it here.
/* TODO: Move to traits for better code re-use. */
return Provision_Service_http_nginx::nginx_restart_cmd();
}