From 7a03078ef306cf422b807f973ffbd0621e35d532 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Tue, 7 Mar 2017 11:21:58 -0800 Subject: [PATCH] Updated Autostart on Linux (markdown) --- Autostart-on-Linux.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index f88c548..0f52d53 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -75,9 +75,7 @@ exec mono --debug $DIR/Radarr.exe ## Init.d Script (Debian/Ubuntu) -# Autostart on Debian using init.d script - -The instructions for Ubuntu/Debian did not seem to work for Debian very well, and the pid got lost whenever Radarr was restarted via the web-ui, so I've included a working script here init.d script here. You'll need to have already created an radarr user. +You'll need to have already created an radarr user. **Create and edit the radarr init.d script** @@ -238,7 +236,7 @@ Utilizing the '/usr/sbin/nologin' option will output what's seen below, when att su - radarr This account is currently not available. -Now, recursively edit the /opt/Radarr directory to only allow read, write and executable access to the directory owner and other users in the same group as this directory. +Now, recursively modify the /opt/Radarr directory to only allow read, write and executable access to the directory owner and other users in the same group as this directory. chmod 770 /opt/Radarr -R