mirror of
https://github.com/easychen/checkchan-dist.git
synced 2026-08-28 17:45:05 +08:00
5 lines
123 B
Bash
Executable File
5 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
XVFB_WHD=${XVFB_WHD:-1220x1020x16}
|
|
|
|
echo "Starting Xvfb"
|
|
Xvfb :99 -ac -nolock -screen 0 $XVFB_WHD -nolisten tcp |