Skip to content

Instantly share code, notes, and snippets.

@zahna
Created November 30, 2016 18:11
Show Gist options
  • Select an option

  • Save zahna/b1c0841bd018dd0348d17dafa233545a to your computer and use it in GitHub Desktop.

Select an option

Save zahna/b1c0841bd018dd0348d17dafa233545a to your computer and use it in GitHub Desktop.
#!/bin/sh
# This script ensures that Xvnc is running
vncserver :0 -depth 8 -geometry 1280x1024 -PasswordFile /opt/ci/passwd
setsid mwm 2>&1 > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment