2021-11-03 21:43:45 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Service for virtual machines hosted on VMware
|
2023-09-21 19:42:19 +00:00
|
|
|
Documentation=https://github.com/vmware/open-vm-tools
|
2021-11-03 21:43:45 +00:00
|
|
|
ConditionVirtualization=vmware
|
|
|
|
Requires=vgauthd.service
|
|
|
|
After=vgauthd.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/vmtoolsd
|
|
|
|
TimeoutStopSec=5
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Also=vgauthd.service
|