xvfb-init.sh 161 B

1234
  1. XVFB=/usr/bin/Xvfb
  2. XVFBARGS="$DISPLAY -ac -screen 0 1024x768x16 +extension RANDR"
  3. /sbin/start-stop-daemon --start --quiet --background --exec $XVFB -- $XVFBARGS