mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2026-02-12 05:56:11 -06:00
bugfix: Hotio check for proper directory to exist for service start/stop
This commit is contained in:
@@ -579,7 +579,7 @@ HostConfig() {
|
|||||||
DBDIR="$AppSuppDir/Plug-in Support/Databases"
|
DBDIR="$AppSuppDir/Plug-in Support/Databases"
|
||||||
LOGFILE="$DBDIR/DBRepair.log"
|
LOGFILE="$DBDIR/DBRepair.log"
|
||||||
LOG_TOOL="logger"
|
LOG_TOOL="logger"
|
||||||
if [ -d /run/service/plex ]; then
|
if [ -d /run/service/service-plex ]; then
|
||||||
HaveStartStop=1
|
HaveStartStop=1
|
||||||
StartCommand="s6-svc -u /run/service/service-plex"
|
StartCommand="s6-svc -u /run/service/service-plex"
|
||||||
StopCommand="s6-svc -d /run/service/service-plex"
|
StopCommand="s6-svc -d /run/service/service-plex"
|
||||||
|
|||||||
Reference in New Issue
Block a user