Neon-tech commited on
Commit
84f5529
·
verified ·
1 Parent(s): 15a5e6f

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +3 -0
startup.sh CHANGED
@@ -1,6 +1,9 @@
1
  #!/bin/bash
2
  Xvfb :1 -screen 0 1280x720x24 &
 
3
  export DISPLAY=:1
4
  startxfce4 &
 
5
  x11vnc -display :1 -nopw -listen 0.0.0.0 -xkb &
 
6
  websockify --web=/usr/share/novnc 6080 localhost:5900
 
1
  #!/bin/bash
2
  Xvfb :1 -screen 0 1280x720x24 &
3
+ sleep 2
4
  export DISPLAY=:1
5
  startxfce4 &
6
+ sleep 2
7
  x11vnc -display :1 -nopw -listen 0.0.0.0 -xkb &
8
+ sleep 1
9
  websockify --web=/usr/share/novnc 6080 localhost:5900