class hostingService_dns_bind_slave in Hosting 6.2
Slave-specific servers
Hierarchy
- class \hostingService
- class \hostingService_dns
Expanded class hierarchy of hostingService_dns_bind_slave
File
- dns/
hosting_dns.service.inc, line 130 - Provide the hosting serivce classes for DNS integration.
View source
class hostingService_dns_bind_slave extends hostingService_dns {
public $type = 'bind_slave';
public $has_restart_cmd = TRUE;
function default_restart_cmd() {
return "sudo /etc/init.d/bind restart";
}
}