From 32b9711ec9dc4002f29234f6f34172066fa2269d Mon Sep 17 00:00:00 2001 From: jr-k Date: Thu, 18 Jul 2024 21:01:23 +0200 Subject: [PATCH] test --- system/install-autorun-rpi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/install-autorun-rpi.sh b/system/install-autorun-rpi.sh index 4687bf2..bd28c70 100644 --- a/system/install-autorun-rpi.sh +++ b/system/install-autorun-rpi.sh @@ -90,5 +90,5 @@ chmod +x "$WORKING_DIR/obscreen/var/run/play" # Start # ============================================================ -# Finally, start player service -systemctl start obscreen-player.service +# Finally, restart player service +systemctl restart obscreen-player.service