Advertisement
Guest User

Untitled

a guest
Apr 19th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #!/bin/sh
  2. ### BEGIN INIT INFO
  3. # Provides: vnc
  4. # Required-Start: $all
  5. # Required-Stop:
  6. # Default-Start: 2 3 4 5
  7. # Default-Stop: 0 1 6
  8. # Description: vnc
  9. ### END INIT INFO
  10.  
  11. x11vnc -forever -bg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement