Starting as a daemon on System V

  1. Log in as root.
  2. Change to the VersaLexCleo HarmonyCleo VLTrader installed directory.
  3. Verify the HRMHOME or VLTHOME variable in the VersaLexd script points to the VersaLexCleo HarmonyCleo VLTrader installed directory.
  4. Copy the VersaLexd script to the startup/shutdown scripts directory:
    cp VersaLexd /etc/rc.d/init.d/ . 
  5. Create a symbolic link to start the VersaLexCleo HarmonyCleo VLTrader application.
    ln -s /etc/rc.d/init.d/VersaLexd /etc/rc.d/rc5.d/S98VersaLexd
  6. Create a symbolic link to stop the VersaLexCleo HarmonyCleo VLTrader application:
    ln -s /etc/rc.d/init.d/VersaLexd /etc/rc.d/rc4.d/K98VersaLexd
  7. Log out and reboot your system.