You are here

function Provision_Service_example_basic::default_restart_cmd in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 example/example_service/drush/Provision/Service/example/basic.php \Provision_Service_example_basic::default_restart_cmd()

The default value for the restart command input.

File

example/example_service/drush/Provision/Service/example/basic.php, line 46
A 'basic' implementation of the 'example' service type.

Class

Provision_Service_example_basic
A class containing the 'basic' implementation of the 'example' service.

Code

function default_restart_cmd() {
  return "/usr/bin/true";
}