fix novnc

This commit is contained in:
2025-09-25 05:11:46 -05:00
parent 2b306e7d89
commit 7fe72b964d
6 changed files with 12 additions and 10 deletions

View File

@@ -45,9 +45,5 @@ echo "[desktop-wrapper] Starting x11vnc..."
x11vnc -display :1 $VNC_AUTH -forever -rfbport 5900 &
sleep 1
# NoVNC
echo "[desktop-wrapper] Starting noVNC..."
websockify --web=/usr/share/novnc/ 0.0.0.0:8080 localhost:5900 &
# Queue of processes to wait for
wait -n