electron/tools/xvfb-init.sh

4 lines
161 B
Bash
Raw Normal View History

2017-07-21 21:31:28 +00:00
XVFB=/usr/bin/Xvfb
XVFBARGS="$DISPLAY -ac -screen 0 1024x768x16 +extension RANDR"
2017-07-21 21:38:48 +00:00
/sbin/start-stop-daemon --start --quiet --background --exec $XVFB -- $XVFBARGS