mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-12-05 08:52:31 -05:00
Fixed bug for FreeBSD Plex service start/stop commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user