Files
docker-wohnungsbot/startup.sh
2015-05-17 01:15:44 -07:00

8 lines
225 B
Bash

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