To have ACU start at boot time, the file /opt/compaq/cpqacuxe/init.d/cpqacuxed needs to be copied to directory for system start-up scripts - typically it is the /etc/init.d directory.  Enter this command:


   cp /opt/compaq/cpqacuxe/init.d/cpqacuxed /etc/init.d


By default, ALL runlevels are disabled (turned off). The chkconfig command should be used to turn it on for the specific runlevels you want cpqacuxed to be turned on. For example:

   chkconfig --levels 345 cpqacuxed on

