Summary:
Sets startup type for the specified service.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
Service name. |
|
|
|
Startup type:
|
|
|
|
|
Returns:
OK/Error.
Example:
Sets the startup type for Telnet
service in the specified server to Manual
.
<packet version="4.0.0">
<dst>
<host>74ee4ead-577a-438d-a22b-978922ecdac0</host>
</dst>
<target>servicem</target>
<data>
<servicem>
<set_startup_type>
<name>TlntSvr</name>
<startup_type>Manual</startup_type>
</set_startup_type>
</servicem>
</data>
</packet>