From 0e89d4c8fcbf93c6ed572f948d7c8b96a414a537 Mon Sep 17 00:00:00 2001 From: stormtrooper298 <23707132+stormtrooper298@users.noreply.github.com> Date: Mon, 13 Nov 2017 17:09:47 -0600 Subject: [PATCH] I modified the instructions that specific 'RUN_AS=root' to 'RUN_AS=radarr' per the security note. --- Autostart-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 9423e92..c6e2272 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -102,7 +102,7 @@ You'll need to have already created an radarr user. APP_PATH=/opt/Radarr # user -RUN_AS=root +RUN_AS=radarr # path to mono bin DAEMON=$(which mono)