You are here

function hostingService_dns_dnsmasq::default_restart_cmd in Hostmaster (Aegir) 6

Overrides hostingService::default_restart_cmd

File

modules/hosting/dns/hosting_dns.service.inc, line 109
Provide the hosting serivce classes for DNS integration.

Class

hostingService_dns_dnsmasq
An implementation of the dns service type, registered with hook_hosting_service.

Code

function default_restart_cmd() {
  return "sudo /etc/init.d/dnsmasq restart";
}