function hostingService_dns_bind::default_restart_cmd in Hosting 6.2
Overrides hostingService::default_restart_cmd
File
- dns/
hosting_dns.service.inc, line 122 - Provide the hosting serivce classes for DNS integration.
Class
- hostingService_dns_bind
- An implementation of the dns service type, registered with hook_hosting_service.
Code
function default_restart_cmd() {
return "sudo /etc/init.d/bind restart";
}