# Pastebin f9b0wugm systemd.services.vmware-shared-folders = { description = "Load VMware shared folders"; requires = [ "vmware-vmblock-fuse.service" ]; after = [ "vmware-vmblock-fuse.service" ]; wantedBy = [ "multi-user.target" ]; serviceConfig = { ConditionPathExists = ".host:/"; ConditionVirtualization = "vmware"; Type = "oneshot"; RemainAfterExit = "yes"; ExecStart = "vmhgfs-fuse -o allow_other -o auto_unmount .host:/ "; };