Updated Autostart on Linux (markdown)

Anthony Jennings 2017-02-27 04:56:43 -06:00
parent 1a524037ff
commit 0a3bf4fdf2
1 changed files with 2 additions and 0 deletions

@ -136,6 +136,8 @@ Press <kbd>Ctrl</kbd>+<kbd>X</kbd> then <kbd>y</kbd> to save (assuming you're us
```
3) Press <kbd>Ctrl</kbd>+<kbd>X</kbd> then <kbd>y</kbd> to save.
3.5) Set the init.d script as executable `sudo chmod +x /etc/init.d/radarr`
4) `sudo insserv -v radarr`
Note: May need to run `sudo ln -s /usr/lib/insserv/insserv /sbin/insserv` first if insserv is not found.