mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Update README.md
This commit is contained in:
parent
f07771e2a1
commit
d8bcf85cc9
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ Create an upstart script to auto-start PlexRequests with your system (using port
|
||||||
* sudo nano /etc/init/plexrequests.conf
|
* sudo nano /etc/init/plexrequests.conf
|
||||||
* paste in the following:
|
* paste in the following:
|
||||||
|
|
||||||
|
```
|
||||||
start on runlevel [2345]
|
start on runlevel [2345]
|
||||||
stop on runlevel [016]
|
stop on runlevel [016]
|
||||||
|
|
||||||
|
@ -72,6 +73,7 @@ end script
|
||||||
script
|
script
|
||||||
exec /usr/bin/mono /opt/PlexRequests/PlexRequests.exe 80
|
exec /usr/bin/mono /opt/PlexRequests/PlexRequests.exe 80
|
||||||
end script
|
end script
|
||||||
|
```
|
||||||
|
|
||||||
Reboot and open up your browser to check that it's running!
|
Reboot and open up your browser to check that it's running!
|
||||||
* sudo shutdown -r 00
|
* sudo shutdown -r 00
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue