You are here

function hostingService_dns_dnsmasq::default_restart_cmd in Hosting 6.2

Overrides hostingService::default_restart_cmd

File

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";
}