I'm following this tutorial, and I want to know the equivalent centos-version of this ubuntu-specific step:
You may receive a few warnings regarding fonts and such, but it’ll still work despite these. If you want the framebuffer to start automatically on system startup you can do:
sudo update-rc.d xvfb defaults 10
What's the proper way to start xvfb on startup on centos?