From 7da9e7f2102c6f304cb7f4e5f8c1b4165ea5b28a Mon Sep 17 00:00:00 2001 From: Jorrick Sleijster Date: Tue, 22 Aug 2017 01:23:17 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 99ddadd..abd253d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ echo "deb http://dl.bintray.com/tproenca/pmsarm7 jessie main" | sudo tee /etc/ap ```bash sudo apt-get update sudo apt-get install plexmediaserver +sudo nano /etc/init.d/plexmediaserver + (comment our the following line:) + test -f "/usr/lib/plexmediaserver/start.sh" || exit 0 +``` + +### Configuration +Modify the configuration file at /etc/default/plexmediaserver simply by +```bash +sudo nano /etc/default/plexmediaserver ``` ### Thanks