#!/bin/bash

/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid \
                        --make-pidfile --background --exec /usr/bin/Xvfb \
                        -- :99 -screen 0 1920x1200x24 -ac \
                        +extension GLX +render -noreset
