@@ -6,6 +6,19 @@ mediactl sports a touchscreen that allows control of the media technology in tha
...
@@ -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
## 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` )
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` )