mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
Fixed bug for FreeBSD Plex service start/stop commands
This commit is contained in:
parent
ebf170b1eb
commit
019fd197f8
@ -680,8 +680,8 @@ HostConfig() {
|
||||
RootRequired=1
|
||||
|
||||
HaveStartStop=1
|
||||
StartCommand="/usr/sbin/service plexmediaserver${BsdService} start"
|
||||
StopCommand="/usr/sbin/service plexmediaserver${BsdService} stop"
|
||||
StartCommand="/usr/sbin/service ${BsdService} start"
|
||||
StopCommand="/usr/sbin/service ${BsdService} stop"
|
||||
|
||||
HostType="FreeBSD"
|
||||
return 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user