#!/bin/bash . /etc/profile export TERM=linux . /etc/rc.conf . /etc/rc.d/functions stat_runit "Starting XVFB" VIRTUAL_DISPLAY=":50" Xvfb_parm="$VIRTUAL_DISPLAY -screen 0 800x600x16" Xvfb $Xvfb_parm