Skip to content

Commit ab9e638

Browse files
authored
background neko (#26)
1 parent 23e67d8 commit ab9e638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/chromium-headful/wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ncat \
5252
if [[ "${ENABLE_WEBRTC:-}" == "true" ]]; then
5353
# use webrtc
5454
echo "✨ Starting neko (webrtc server)."
55-
/usr/bin/neko serve --server.static /var/www --server.bind 0.0.0.0:8080 >&2
55+
/usr/bin/neko serve --server.static /var/www --server.bind 0.0.0.0:8080 >&2 &
5656
else
5757
# use novnc
5858
./novnc_startup.sh

0 commit comments

Comments
 (0)