StopControlMethod
The control method to use to stop the service.
You can use one of the following values:
SCM
. Use Windows services to control services.Script
. Use a Linux script to control services. The Controller server uses the script that you specified in theinitScriptPath
parameter for the AddService or EditServiceInfo actions.Process
. Use a server process to stop the service.
Actions: | RestartService |
Type: | Process |
Default: | None |
Required: | No |
Example: | StopControlMethod=Process
|
See Also: | InitScriptPath |