mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
d8e895ef73
This recipe is modified from the recipe originally found in the Open-Switch repository: https://github.com/open-switch/ops-build yocto/openswitch/meta-foss-openswitch/recipes-extended/open-vm-tools/open-vm-tools_10.0.5.bb Commit 9008de2d8e100f3f868c66765742bca9fa98f3f9 Although the original recipe packaging was Apache-licensed, I received permission from the author (Diego Dompe) to relicense it under the MIT license for inclusion in meta-openembedded: https://lists.openswitch.net/pipermail/ops-dev/2017-April/014715.html https://lists.openswitch.net/pipermail/ops-dev/2017-April/014716.html Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
207 B
Desktop File
12 lines
207 B
Desktop File
[Unit]
|
|
Description=Open Virtual Machine Tools (VMware Tools)
|
|
ConditionVirtualization=vmware
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/vmtoolsd
|
|
Restart=on-failure
|
|
KillSignal=SIGKILL
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|