Starting and stopping
The SHB will automatically start on server start-up or reboot. systemd is used to control the starting and stopping of an SHB as a systemd service.
mlshb is the systemd service for the SHB.
Start SHB
To start:
sudo systemctl start mlshb
To get the status of the SHB process:
sudo systemctl status mlshb
Stop SHB
To stop:
sudo systemctl stop mlshb