mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +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:
|
||||
|
||||
|
@ -39,24 +39,4 @@ Group=<service group>
|
|||
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/mono /opt/Radarr/Radarr.exe -nobrowser
|
||||
TimeoutStopSec=20
|
||||
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
|
||||
TimeoutStopSec=
|
Loading…
Reference in a new issue