Files
docker-wohnungsbot/startup.sh
T
2014-08-31 18:01:19 +00:00

7 lines
211 B
Bash

#!/bin/bash
export DISPLAY=:1
Xvfb :1 -screen 0 1280x1024x16 &
openbox-session&
x11vnc -display :1 -bg -nopw -listen localhost -xkb -ncache 10 -ncache_cr
cd /root/noVNC && ./utils/launch.sh --vnc localhost:5900