function hostingService_example_basic::default_restart_cmd in Hosting 6.2
Same name and namespace in other branches
- 7.4 example/example_service/hosting_example.service.inc \hostingService_example_basic::default_restart_cmd()
- 7.3 example/example_service/hosting_example.service.inc \hostingService_example_basic::default_restart_cmd()
The default value for the restart command input.
Overrides hostingService::default_restart_cmd
File
- example/
hosting_example.service.inc, line 56 - Example service implementation for the hosting front end.
Class
- hostingService_example_basic
- An implementation of the example service type, registered with hook_hosting_service.
Code
function default_restart_cmd() {
return "/usr/bin/true";
}