From bf00dfc90d01aac771ed7178851542676c68b237 Mon Sep 17 00:00:00 2001 From: Mitchell Cash Date: Sun, 15 Jan 2017 09:55:16 +1000 Subject: [PATCH] Move Ubuntu installation to a shared Installation page where further installs (Windows, Mac etc.) can be added. --- ...all-on-Ubuntu-16.04..md => Installation.md | 24 ++----------------- 1 file changed, 2 insertions(+), 22 deletions(-) rename Install-on-Ubuntu-16.04..md => Installation.md (75%) diff --git a/Install-on-Ubuntu-16.04..md b/Installation.md similarity index 75% rename from Install-on-Ubuntu-16.04..md rename to Installation.md index cc712c9..51a19fe 100644 --- a/Install-on-Ubuntu-16.04..md +++ b/Installation.md @@ -1,4 +1,4 @@ -# Install +### Debian/Ubuntu ### Install requirements: @@ -39,24 +39,4 @@ 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 \ No newline at end of file +TimeoutStopSec= \ No newline at end of file