Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [Unit]
  2. Description=Load VMware shared folders
  3. Requires=open-vm-tools.service
  4. After=open-vm-tools.service
  5. ConditionPathExists=.host:/vagrant
  6. ConditionVirtualization=vmware
  7.  
  8. [Service]
  9. Type=oneshot
  10. RemainAfterExit=yes
  11. ExecStart=
  12. ExecStart=/usr/bin/vmhgfs-fuse -o allow_other -o auto_unmount -o uid=1000 -o gid=1000 .host:/vagrant /vagrant
  13.  
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement