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