mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2026-04-19 23:32:48 -05:00
Update plex service location (re: #404461a)
https://github.com/hotio/plex/commit/404461a968bd0555204847c0119bdf10ecdd3c04
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user