Populating property values with dynamic variables
Dynamic variables are special properties with values that are populated by the system when it runs processes.
The following variables are populated during runtime from the values of channels, channel templates, packages, users, instances, and platform properties:
Variable | Description |
---|---|
VL_CHANNEL_ROOT | Defines the directory level for channel access. Before a server runs any action on a channel, it sets the current directory to the VL_CHANNEL_ROOT value for the channel. The value is taken from the channel property VL_CHANNEL_ROOT. If the channel does not have that property, the default if unset is “/tmp” for Unix and “C:\Windows\Temp” for Windows |
VL_USER | User name that the server uses when executing commands on UNIX systems. If this property is not defined, the server runs as default user defined by dispatcher/target connection. |