servarr-stack – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | #!/usr/bin/with-contenv bash |
2 | # shellcheck shell=bash |
||
3 | |||
4 | if [[ -z ${LSIO_NON_ROOT_USER} ]]; then |
||
5 | exec \ |
||
6 | s6-notifyoncheck -d -n 300 -w 1000 \ |
||
7 | cd /app/readarr/bin s6-setuidgid abc /app/readarr/bin/Readarr \ |
||
8 | -nobrowser -data=/config |
||
9 | else |
||
10 | exec \ |
||
11 | s6-notifyoncheck -d -n 300 -w 1000 \ |
||
12 | cd /app/readarr/bin /app/readarr/bin/Readarr \ |
||
13 | -nobrowser -data=/config |
||
14 | fi |