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