How do I configure a Linux based EnFuzion root computer to start EnFuzion at boot time?

Verify that the EnFuzion startup script is installed. The script is in the file /etc/init.d/EnFuzion.

If the file /etc/init.d/EnFuzion does not exist, go to the directory with an unpacked EnFuzion distribution, log in as a root user and execute:
./install-service

If the file /etc/init.d/EnFuzion exists, verify that EnFuzion is on the list of services that are started at the boot time. Execute the command:
chkconfig –list | grep EnFuzion
Output should include several on levels:
EnFuzion 0:off 1:off 2:on 3:on 4:on 5:on 6:off

To start EnFuzion, execute the following command line:
/etc/init.d/EnFuzion start