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:
CLHatch
2023-04-01 23:41:47 -05:00
committed by GitHub
parent 884228835c
commit 6431bfee86

View File

@@ -447,6 +447,10 @@ HostConfig() {
LOGFILE="$DBDIR/DBRepair.log"
LOG_TOOL="logger"
HaveStartStop=1
StartCommand="systemctl start fvapp-plexmediaserver"
StopCommand="systemctl stop fvapp-plexmediaserver"
HostType="Netgear ReadyNAS"
return 0
fi