3 lines
161 B
Bash
3 lines
161 B
Bash
XVFB=/usr/bin/Xvfb
|
|
XVFBARGS="$DISPLAY -ac -screen 0 1024x768x16 +extension RANDR"
|
|
/sbin/start-stop-daemon --start --quiet --background --exec $XVFB -- $XVFBARGS
|