summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/Xvfb/run
blob: b45b4aeb2835cb33d2542eb35decc2d766fdf146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
MYTH_RUN_STATUS="1"
. /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