I modified the instructions that specific 'RUN_AS=root' to 'RUN_AS=radarr' per the security note.

master
stormtrooper298 8 years ago
parent 7375f1e82c
commit 0e89d4c8fc

@ -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)

Loading…
Cancel
Save