You are here

public function hostingService::default_restart_cmd in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 server/hosting_server.service.inc \hostingService::default_restart_cmd()
  2. 7.3 server/hosting_server.service.inc \hostingService::default_restart_cmd()
1 call to hostingService::default_restart_cmd()
hostingService::form in server/hosting_server.service.inc
8 methods override hostingService::default_restart_cmd()
hostingService_dns_bind::default_restart_cmd in dns/hosting_dns.service.inc
hostingService_dns_bind_slave::default_restart_cmd in dns/hosting_dns.service.inc
hostingService_dns_dnsmasq::default_restart_cmd in dns/hosting_dns.service.inc
hostingService_example_basic::default_restart_cmd in example/hosting_example.service.inc
The default value for the restart command input.
hostingService_http_apache::default_restart_cmd in web_server/hosting_web_server.service.inc

... See full list

File

server/hosting_server.service.inc, line 47

Class

hostingService

Code

public function default_restart_cmd() {
  return '';
}