File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
root/etc/s6-overlay/s6-rc.d/svc-sonarr Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pipeline {
32
32
CI_WEB = ' true'
33
33
CI_PORT = ' 8989'
34
34
CI_SSL = ' false'
35
- CI_DELAY = ' 120 '
35
+ CI_DELAY = ' 240 '
36
36
CI_DOCKERENV = ' '
37
37
CI_AUTH = ' '
38
38
CI_WEBPATH = ' /system/status'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repo_vars:
21
21
- CI_WEB='true'
22
22
- CI_PORT='8989'
23
23
- CI_SSL='false'
24
- - CI_DELAY='120 '
24
+ - CI_DELAY='240 '
25
25
- CI_DOCKERENV=''
26
26
- CI_AUTH=''
27
27
- CI_WEBPATH='/system/status'
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/with-contenv bash
2
2
# shellcheck shell=bash
3
3
4
- if [[ -n ${LSIO_NON_ROOT_USER} ]]; then
4
+ if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
5
5
exec \
6
6
s6-notifyoncheck -d -n 300 -w 1000 \
7
- cd /app/sonarr/bin /app/sonarr/bin/Sonarr \
7
+ cd /app/sonarr/bin s6-setuidgid abc /app/sonarr/bin/Sonarr \
8
8
-nobrowser -data=/config
9
9
else
10
10
exec \
11
11
s6-notifyoncheck -d -n 300 -w 1000 \
12
- cd /app/sonarr/bin s6-setuidgid abc /app/sonarr/bin/Sonarr \
12
+ cd /app/sonarr/bin /app/sonarr/bin/Sonarr \
13
13
-nobrowser -data=/config
14
14
fi
You can’t perform that action at this time.
0 commit comments