mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
4 lines
161 B
Bash
4 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
|