1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-06-24 06:39:36 +02:00

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

stormtrooper298 2017-11-13 17:09:47 -06:00
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)