Created
November 30, 2016 18:11
-
-
Save zahna/b1c0841bd018dd0348d17dafa233545a to your computer and use it in GitHub Desktop.
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
| #!/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