1
mirror of https://github.com/ThePhaseless/Byparr.git synced 2025-03-16 02:00:21 +08:00
Byparr/entrypoint.sh
2024-10-18 15:53:36 +00:00

15 lines
245 B
Bash
Executable File

#!/bin/sh
rm -f /tmp/.X0-lock
# Run Xvfb on dispaly 0.
Xvfb :0 -screen 0 1280x720x16 &
# Run fluxbox windows manager on display 0.
fluxbox -display :0 &
# Run x11vnc on display 0
x11vnc -display :0 -forever -nchache 10 &
# Add delay
sleep 5