d21c74c6d2
- update to the latest upstream branch with gtk3 support - fix gcc 6 build failures OBS-URL: https://build.opensuse.org/request/show/404101 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=333
15 lines
488 B
Desktop File
15 lines
488 B
Desktop File
[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 /var/run/vmblock-fuse
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|