1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-06-24 06:39:36 +02:00

Updated Autostart on Linux (markdown)

Donald Webster 2017-03-07 11:21:58 -08:00
parent c7629e1103
commit 7a03078ef3

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