diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 1506f15..9423e92 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -229,7 +229,7 @@ exit 0 **Security Note** -For security purposes, you can prevent this account from being logged into by editing the '/etc/passwd' entry for user radarr and changing it to '/bin/false' or /usr/sbin/nologin'. I've also removed the password from '/etc/shadow'. From researching, these both appear to be the manual ways to perform the '--disable-login' and '--disable-password' while creating a new user. Alternatively, you can accomplish this same task by creating a user with the '--system' option. +For security purposes, create a separate account to run this service and do not leave it as 'root'. You can prevent this account from being logged into by editing the '/etc/passwd' entry for user radarr and changing it to '/bin/false' or /usr/sbin/nologin'. I've also removed the password from '/etc/shadow'. From researching, these both appear to be the manual ways to perform the '--disable-login' and '--disable-password' while creating a new user. Alternatively, you can accomplish this same task by creating a user with the '--system' option. /etc/passwd 'radarr:x:1001:1001:Radarr Movie Media:/opt/Radarr:/bin/false' /etc/shadow 'radarr:*:17124:0:99999:7:::'