Skip to content
Snippets Groups Projects
Commit 75ba3808 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Add section on service

parent 717fceae
Branches
No related tags found
No related merge requests found
...@@ -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
![Image of the rack](images/rack-perspective.jpg) ![Image of the rack](images/rack-perspective.jpg)
## 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` )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment