-
-
Save albinekb/0a6cc679d67d7c9f86160eb4fab2d7cb to your computer and use it in GitHub Desktop.
Starting Xvfb with start-services.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
# Start Xvfb | |
Xvfb -ac -screen scrn 1280x800x24 :9.0 & | |
export DISPLAY=:9.0 | |
exec "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment