mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-05 18:58:53 -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"
|
||||
LOG_TOOL="logger"
|
||||
|
||||
HaveStartStop=1
|
||||
StartCommand="systemctl start fvapp-plexmediaserver"
|
||||
StopCommand="systemctl stop fvapp-plexmediaserver"
|
||||
|
||||
HostType="Netgear ReadyNAS"
|
||||
return 0
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user