Sync from SUSE:ALP:Source:Standard:1.0 open-vm-tools revision 93c916950d6e364a7b81ade7848452aa

This commit is contained in:
2023-11-24 16:11:41 +01:00
commit 3eb749888d
15 changed files with 3102 additions and 0 deletions

14
vmblock-fuse.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=open-vm-tools: vmblock-fuse service for virtual machines hosted on VMware
Documentation=https://github.com/vmware/open-vm-tools/blob/master/open-vm-tools/vmblock-fuse/design.txt
ConditionVirtualization=vmware
Before=vmtoolsd.service
[Service]
Type=forking
RuntimeDirectory=vmblock-fuse
RuntimeDirectoryMode=755
ExecStart=/usr/bin/vmware-vmblock-fuse -o subtype=vmware-vmblock,default_permissions,allow_other /run/vmblock-fuse
[Install]
WantedBy=multi-user.target