diff --git a/README.md b/README.md index be5b8da25300bad6c8eb1ca418049be428406d45..b101d4ff9caebd3d13355fb628cb31c6743af602 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,19 @@ mediactl sports a touchscreen that allows control of the media technology in tha  +## service + +**Check Service Status** +```bash +sudo systemctl status mediactl.service +``` + +**Restart Service** +```bash +sudo systemctl restart mediactl.service +``` + + ## autostart on RPI See [this](https://blog.r0b.io/post/minimal-rpi-kiosk/) for a description of how to start chromium via `/home/d0/.xinit` – note: this file contains the screen blanking settings (`xset 600 0` )