mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
Merge pull request #226 from cdf-eagles/fix-freebsd-startstop
Fixed bug for FreeBSD Plex service start/stop commands
This commit is contained in:
commit
ac6058dd48
@ -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