Files
docker-steamcmd-server/scripts/start-Xvfb.sh
2023-07-12 19:29:18 +02:00

4 lines
127 B
Bash

until Xvfb :99 -screen scrn 640x480x16; do
echo "Xvfb server crashed with exit code $?. Respawning.." >&2
sleep 1
done