From 75ba3808781f669679f826f9b7cf9dbccb4f532c Mon Sep 17 00:00:00 2001 From: David Huss <dh@atoav.com> Date: Tue, 5 Nov 2024 17:34:22 +0100 Subject: [PATCH] Add section on service --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index be5b8da..b101d4f 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` ) -- GitLab