From 559090d9d78630d57add521ffdf6e8135547cad4 Mon Sep 17 00:00:00 2001 From: Brett Petch Date: Tue, 29 Aug 2023 11:40:04 -0400 Subject: [PATCH] Update plex service location (re: #404461a) https://github.com/hotio/plex/commit/404461a968bd0555204847c0119bdf10ecdd3c04 --- DBRepair.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DBRepair.sh b/DBRepair.sh index aec8191..d10472c 100755 --- a/DBRepair.sh +++ b/DBRepair.sh @@ -581,8 +581,8 @@ HostConfig() { LOG_TOOL="logger" if [ -d /run/service/plex ]; then HaveStartStop=1 - StartCommand="s6-svc -u /run/service/plex" - StopCommand="s6-svc -d /run/service/plex" + StartCommand="s6-svc -u /run/service/service-plex" + StopCommand="s6-svc -d /run/service/service-plex" fi HostType="HOTIO"