We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cf008 commit 3097cc8Copy full SHA for 3097cc8
root/etc/s6-overlay/s6-rc.d/svc-opencode-server/notification-fd
@@ -0,0 +1 @@
1
+3
root/etc/s6-overlay/s6-rc.d/svc-opencode-server/run
@@ -11,12 +11,11 @@ else
11
echo "**** No connection token is set ****"
12
fi
13
14
-cd /app/openvscode-server || exit
15
-
16
exec \
17
- s6-setuidgid abc \
18
- /app/openvscode-server/bin/openvscode-server \
19
- --host 0.0.0.0 \
20
- --port 3000 \
21
- --disable-telemetry \
22
- ${CODE_ARGS}
+ s6-notifyoncheck -d -n 7 -w 1000 -c "nc -z 127.0.0.1 3000" \
+ cd /app/openvscode-server s6-setuidgid abc \
+ /app/openvscode-server/bin/openvscode-server \
+ --host 0.0.0.0 \
+ --port 3000 \
+ --disable-telemetry \
+ ${CODE_ARGS}
0 commit comments