mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 05:13:19 -07:00
Merge pull request #45 from gboudreau/patch-1
Use absolute path to /sbin/service
This commit is contained in:
commit
413e061a9f
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ if [ "${AUTOSTART}" == "yes" ]; then
|
|||
if [ -f "/bin/systemctl" ]; then
|
||||
systemctl start plexmediaserver.service
|
||||
else
|
||||
service plexmediaserver start
|
||||
/sbin/service plexmediaserver start
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue