Advertisement
Guest User

Untitled

a guest
Feb 26th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/sh -e
  2. #
  3. # rc.local - executed at the end of each multiuser runlevel
  4. #
  5. # Make sure that the script will "exit 0" on success or any other
  6. # value on error.
  7.  
  8. install -o username -g kvm -m 660 /dev/null /dev/shm/looking-glass
  9.  
  10. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement