Advertisement
Guest User

Untitled

a guest
May 19th, 2012
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1.  
  2. #!/bin/sh -e
  3. #
  4. # rc.local
  5. #
  6. # This script is executed at the end of each multiuser runlevel.
  7. # Make sure that the script will "exit 0" on success or any other
  8. # value on error.
  9. #
  10. # In order to enable or disable this script just change the execution
  11. # bits.
  12. #
  13. # By default this script does nothing.
  14.  
  15. /root/VPSInfinity/vncboot
  16. touch /root/VPSInfinity/myfile.txt
  17. echo from rclocal `date` >> /root/VPSInfinity/myfile.txt
  18.  
  19. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement