Raspberry Setup
All the different programs are running on the Raspberry as systemctl services such as the AutoUpgrader, Bluetooth Server and thr rpi3b-abb.
Useful commands
List all the services
systemctl list-units --type=service
List failed services
systemctl list-units --failed
Start a service
systemctl start bassboost-controller.service
Stop a service
systemctl stop bassboost-controller.service
Restart a service
systemctl stop bassboost-controller.service
Check logs
Check all the logs for a service
journalctl -u bassboost-controller.service
Check current day's logs for a service
journalctl -u bassboost-controller.service --since today