Skip to content

Instantly share code, notes, and snippets.

@csexton
Created February 28, 2012 20:02
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csexton/1934754 to your computer and use it in GitHub Desktop.
Save csexton/1934754 to your computer and use it in GitHub Desktop.
Ubuntu Upstart Script for Xvfb
description "Xvfb X Server"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [016]
exec /usr/bin/Xvfb :99 -screen 0 1024x768x24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment