mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-22 12:35:04 +02:00
16 lines
282 B
SYSTEMD
16 lines
282 B
SYSTEMD
[Unit]
|
|
Description=VMware mount for hgfs
|
|
DefaultDependencies=no
|
|
Before=umount.target
|
|
ConditionVirtualization=vmware
|
|
After=sys-fs-fuse-connections.mount
|
|
|
|
[Mount]
|
|
What=vmhgfs-fuse
|
|
Where=/mnt/hgfs
|
|
Type=fuse
|
|
Options=default_permissions,allow_other
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|