From d8bcf85cc98454e720a025a330e84609eecd3309 Mon Sep 17 00:00:00 2001 From: Drewster727 Date: Sun, 27 Mar 2016 14:17:08 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c0ad5a8c..5fd7e6a07 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Create an upstart script to auto-start PlexRequests with your system (using port * sudo nano /etc/init/plexrequests.conf * paste in the following: +``` start on runlevel [2345] stop on runlevel [016] @@ -72,6 +73,7 @@ end script script exec /usr/bin/mono /opt/PlexRequests/PlexRequests.exe 80 end script +``` Reboot and open up your browser to check that it's running! * sudo shutdown -r 00