Note: This version of the VDT (1.9.0) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.

NAME

vdt-register-service - Specify desired state for a VDT service

SYNOPSIS

    vdt-register-service
        --name <service-name> [REQUIRED]
        --enable
        --disable
        --help
        [Other options are available, but not for general usage]

DESCRIPTION

vdt-register-service allows you to specify the state for a VDT service. It can specify all sorts of state, including port numbers, commands, and more. However, most of this state should not normally be configured by users, at risk of breaking services.

vdt-register-service can be used by users to set the desired state of a service to be enabled or disabled. Setting the desired state does not affect the actual state of a service: after setting the desired state, use vdt-control to actually change the state of the service.

OPTIONS

--name <service-name>
This is a required parameter. It specifies the name of the service that you are configuring.
--enable
Set the desired state of the service to be enabled. This does not change the actual state of a service, but after you change the desired state you can use vdt-control to change the state of a service.
--disable
Set the desired state of the service to be disabled. This does not change the actual state of a service, but after you change the desired state you can use vdt-control to change the state of a service.
--help
Show brief explanatory text for using vdt-register-service

SEE ALSO

vdt-control