mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +00:00
Move Ubuntu installation to a shared Installation page where further installs (Windows, Mac etc.) can be added.
parent
493fa2008b
commit
bf00dfc90d
1 changed files with 2 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Install
|
### Debian/Ubuntu ###
|
||||||
|
|
||||||
Install requirements:
|
Install requirements:
|
||||||
|
|
||||||
|
@ -39,24 +39,4 @@ Group=<service group>
|
||||||
|
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/mono /opt/Radarr/Radarr.exe -nobrowser
|
ExecStart=/usr/bin/mono /opt/Radarr/Radarr.exe -nobrowser
|
||||||
TimeoutStopSec=20
|
TimeoutStopSec=
|
||||||
KillMode=process
|
|
||||||
Restart=on-failure
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
```
|
|
||||||
|
|
||||||
Create the symlink.
|
|
||||||
|
|
||||||
systemctl enable radarr.service
|
|
||||||
|
|
||||||
Start the service.
|
|
||||||
|
|
||||||
service radarr start
|
|
||||||
|
|
||||||
Confirm the service is running.
|
|
||||||
|
|
||||||
service radarr status
|
|
||||||
|
|
||||||
Navigate to http://ipaddress:7878
|
|
Loading…
Reference in a new issue