summaryrefslogtreecommitdiffstats
path: root/abs/core/runit/runitscripts/services/Xvfb/run
blob: 823916ddfb0288d341fdd039f2ecd317857bf8d5 (plain)
1
2
3
4
5
#!/bin/bash
. /etc/profile
VIRTUAL_DISPLAY=":50"
Xvfb_parm="$VIRTUAL_DISPLAY -screen 0 800x600x16"
Xvfb $Xvfb_parm