Get ready for launch
This build will fail
This commit is contained in:
1
root/donate.txt
Executable file
1
root/donate.txt
Executable file
@@ -0,0 +1 @@
|
||||
Prowlarr: https://opencollective.com/prowlarr
|
||||
6
root/etc/s6-overlay/s6-rc.d/init-prowlarr-config/run
Executable file
6
root/etc/s6-overlay/s6-rc.d/init-prowlarr-config/run
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
# permissions
|
||||
lsiown -R abc:abc \
|
||||
/config
|
||||
1
root/etc/s6-overlay/s6-rc.d/init-prowlarr-config/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-prowlarr-config/type
Normal file
@@ -0,0 +1 @@
|
||||
oneshot
|
||||
1
root/etc/s6-overlay/s6-rc.d/init-prowlarr-config/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-prowlarr-config/up
Normal file
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-prowlarr-config/run
|
||||
1
root/etc/s6-overlay/s6-rc.d/svc-prowlarr/notification-fd
Normal file
1
root/etc/s6-overlay/s6-rc.d/svc-prowlarr/notification-fd
Normal file
@@ -0,0 +1 @@
|
||||
3
|
||||
7
root/etc/s6-overlay/s6-rc.d/svc-prowlarr/run
Normal file
7
root/etc/s6-overlay/s6-rc.d/svc-prowlarr/run
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9696" \
|
||||
cd /app/prowlarr/bin s6-setuidgid abc /app/prowlarr/bin/Prowlarr \
|
||||
-nobrowser -data=/config
|
||||
1
root/etc/s6-overlay/s6-rc.d/svc-prowlarr/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/svc-prowlarr/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
||||
Reference in New Issue
Block a user