electron/tools/xvfb-init.sh

4 строки
161 B
Bash
Исходник Обычный вид История

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