Merge pull request #92 from brettpetch/patch-1

Update hotio plex service location (re: #404461a)

Fixes: https://github.com/ChuckPa/PlexDBRepair/issues/93
This commit is contained in:
Chuck 2023-08-30 17:48:27 -04:00 committed by GitHub
commit 99330103a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -581,8 +581,8 @@ HostConfig() {
LOG_TOOL="logger" LOG_TOOL="logger"
if [ -d /run/service/plex ]; then if [ -d /run/service/plex ]; then
HaveStartStop=1 HaveStartStop=1
StartCommand="s6-svc -u /run/service/plex" StartCommand="s6-svc -u /run/service/service-plex"
StopCommand="s6-svc -d /run/service/plex" StopCommand="s6-svc -d /run/service/service-plex"
fi fi
HostType="HOTIO" HostType="HOTIO"