update s6 service for net core bin

This commit is contained in:
aptalca
2020-11-29 01:01:18 -05:00
parent 7bd9d98f63
commit ababbb830d
2 changed files with 3 additions and 4 deletions

View File

@@ -2,5 +2,4 @@
# permissions
chown -R abc:abc \
/config \
/app
/config

View File

@@ -7,5 +7,5 @@ umask "$UMASK_SET"
cd /app/radarr/bin || exit
exec \
s6-setuidgid abc mono --debug Radarr.exe \
-nobrowser -data=/config
s6-setuidgid abc /app/radarr/bin/Radarr \
-nobrowser -data=/config