first save up
This commit is contained in:
7
root/etc/cont-init.d/30-config
Normal file
7
root/etc/cont-init.d/30-config
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# permissions
|
||||
chown -R abc:abc \
|
||||
/config \
|
||||
/app
|
||||
|
||||
7
root/etc/services.d/radarr/run
Normal file
7
root/etc/services.d/radarr/run
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
cd /app/radarr || exit
|
||||
|
||||
exec \
|
||||
s6-setuidgid abc mono --debug Radarr.exe \
|
||||
-nobrowser -data=/config
|
||||
Reference in New Issue
Block a user