Compare commits

..

3 Commits

Author SHA1 Message Date
ChuckPa
44b4cb58d7 Update HOTIO start/stop commands
Contributed by @brettpetch
2023-08-30 17:52:30 -04:00
Chuck
99330103a8 Merge pull request #92 from brettpetch/patch-1
Update hotio plex service location (re: #404461a)

Fixes: https://github.com/ChuckPa/PlexDBRepair/issues/93
2023-08-30 17:48:27 -04:00
Brett Petch
559090d9d7 Update plex service location (re: #404461a)
404461a968
2023-08-29 11:40:04 -04:00
2 changed files with 12 additions and 2 deletions

View File

@@ -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"

View File

@@ -9,6 +9,16 @@
# Release Info:
v1.0.12
- Update HOTIO start/stop commands (re: #404461a)
v1.0.11
- Correct PMS stop problem. Stop operation would not wait until PMS actually stopped.
Now DBRepair waits up to 30 seconds for PMS to stop before issuing error
v1.0.10
- Correct bug when importing watch lists. Negative watch counts could occur.