Copy the ssbot.service & steppingstones.service into /etc/systemd/system/
From a command prompt:
- Start both the services:
sudo service ssbot startsudo service steppingstones start
- If you want to have the services start automatically on next boot:
sudo systemctl enable ssbot.servicesudo systemctl enable steppingstones.service
Monitor the live application logs with journalctl -f