mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Update README.md
This commit is contained in:
parent
d123440747
commit
b72e897198
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ sudo unzip PlexRequests.zip -d /opt/PlexRequests
|
||||||
|
|
||||||
####Verify Mono properly runs PlexRequests
|
####Verify Mono properly runs PlexRequests
|
||||||
|
|
||||||
```sudo /usr/bin/mono /opt/PlexRequests/PlexRequests.exe```
|
```sudo /usr/bin/mono /opt/PlexRequests/Release/PlexRequests.exe```
|
||||||
|
|
||||||
####Create an upstart script to auto-start PlexRequests with your system (using port 80 in this example)
|
####Create an upstart script to auto-start PlexRequests with your system (using port 80 in this example)
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ pre-start script
|
||||||
end script
|
end script
|
||||||
|
|
||||||
script
|
script
|
||||||
exec /usr/bin/mono /opt/PlexRequests/PlexRequests.exe 80
|
exec /usr/bin/mono /opt/PlexRequests/Release/PlexRequests.exe 80
|
||||||
end script
|
end script
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue