summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/runit-scripts-mv/runitscripts/services/Xvfb/run
blob: 71ffedd81aa63d371c2d927b66e87dc37f6fe379 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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