From 0a3bf4fdf2afe9324f67755a4974fb17c957024f Mon Sep 17 00:00:00 2001 From: Anthony Jennings Date: Mon, 27 Feb 2017 04:56:43 -0600 Subject: [PATCH] Updated Autostart on Linux (markdown) --- Autostart-on-Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index f791b2d..e14f7c5 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -136,6 +136,8 @@ Press Ctrl+X then y to save (assuming you're us ``` 3) Press Ctrl+X then y 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.