Boot-time customization
Boot-time customization is a method for processes to automatically start when a machine boots.
Note: This is not the default setting.
To configure this feature, go to $HCIROOT/AutoStart.cfg. This file contains the configuration instructions.
To configure, use these guidelines:
[site]
indicates in which site the auto-start process is located. Each[site]
is followed by only one site name.[process]
indicates the auto-start process name after the [site] line.[process]
accepts a single process name, or multiple processes that are separated by a space. The process name can also be written in a new line under[process]
.#
comments the[site]
and[process]
line, if you do not require to auto-start those processes.
For example:
[site] sitename
[process] process1 process2
process3
Note:
AutoStart.cfg can be modified as new processes are
added to your configuration.