1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

Move Ubuntu installation to a shared Installation page where further installs (Windows, Mac etc.) can be added.

Mitchell Cash 2017-01-15 09:55:16 +10:00
parent 493fa2008b
commit bf00dfc90d

@ -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