Copy service file:
sudo cp ./home-assistant-sysmon.service /lib/systemd/system/
Reload the system manager:
sudo systemctl daemon-reload
Enable the service:
sudo systemctl enable home-assistant-sysmon.service
Start the service
sudo systemctl start home-assistant-sysmon.service
Check status:
sudo systemctl status home-assistant-sysmon.service