Starting as a daemon on systemd
- Log in as root.
- Change to the VersaLexCleo Harmony Cleo VLTrader installed directory.
-
Create a unit file in
/etc/systemd/system/VersaLexd.service with the
following content.
[Unit] Description=Start VersaLex daemon [Service] Type=oneshot ExecStart=/versalex/versalexd start ExecStop=/versalex/versalexd stop RemainAfterExit=yes [Install] WantedBy=multi-user.target
-
Run
systemctl enable VersaLexd.service
- Verify the HRMHOME or VLTHOME variable in the VersaLexd script points to the VersaLexCleo HarmonyCleo VLTrader installed directory.
- Log out and reboot your system.
- Verify VersaLexCleo HarmonyCleo VLTrader is active.