Update startup.sh
Browse files- 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
|