mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
Add start/stop command for ReadyNAS
I just tested this on my ReadyNAS 316, and it works. The service file is stored at `/apps/plexmediaserver/fvapp-plexmediaserver.service`.
This commit is contained in:
parent
884228835c
commit
6431bfee86
@ -447,6 +447,10 @@ HostConfig() {
|
|||||||
LOGFILE="$DBDIR/DBRepair.log"
|
LOGFILE="$DBDIR/DBRepair.log"
|
||||||
LOG_TOOL="logger"
|
LOG_TOOL="logger"
|
||||||
|
|
||||||
|
HaveStartStop=1
|
||||||
|
StartCommand="systemctl start fvapp-plexmediaserver"
|
||||||
|
StopCommand="systemctl stop fvapp-plexmediaserver"
|
||||||
|
|
||||||
HostType="Netgear ReadyNAS"
|
HostType="Netgear ReadyNAS"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user