2014-03-26 15:03:45 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Service for virtual machines hosted on VMware
|
2015-09-10 09:58:12 +00:00
|
|
|
Documentation=http://github.com/vmware/open-vm-tools
|
2014-03-26 15:03:45 +00:00
|
|
|
ConditionVirtualization=vmware
|
2015-09-10 09:58:12 +00:00
|
|
|
Requires=vgauthd.service
|
|
|
|
After=vgauthd.service
|
2014-03-26 15:03:45 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/vmtoolsd
|
|
|
|
TimeoutStopSec=5
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
2015-09-10 09:58:12 +00:00
|
|
|
Also=vgauthd.service
|