Guest User

Untitled

a guest
Jan 16th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # systemd-escape -p --suffix=mount /home/ishimoto/host
  2. [Unit]
  3. Description=VBox share
  4.  
  5. [Mount]
  6. What=host
  7. Where=/home/ishimoto/host
  8. Type=vboxsf
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
  12.  
  13.  
  14. ---------------------------------------------------------
  15.  
  16. home-ishimoto-host.automount
  17. # systemd-escape -p --suffix=mount /home/ishimoto/host
  18. [Unit]
  19. Description=VBox share
  20.  
  21. [Mount]
  22. Where=/home/ishimoto/host
  23.  
  24. [Install]
  25. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment