mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
Updated Autostart on Linux (markdown)
parent
c7629e1103
commit
7a03078ef3
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue