2013-04-23 23:42:15 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Service for virtual machines hosted on VMware
|
2015-05-01 00:18:36 +00:00
|
|
|
Documentation=http://github.com/vmware/open-vm-tools
|
2013-04-23 23:42:15 +00:00
|
|
|
ConditionVirtualization=vmware
|
2018-08-08 06:16:18 +00:00
|
|
|
Requires=vmtoolsd-init.service
|
2015-05-01 00:18:36 +00:00
|
|
|
Requires=vgauthd.service
|
2018-08-08 06:16:18 +00:00
|
|
|
After=vmtoolsd-init.service
|
2015-05-01 00:18:36 +00:00
|
|
|
After=vgauthd.service
|
2013-04-23 23:42:15 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/vmtoolsd
|
2013-04-29 06:01:40 +00:00
|
|
|
TimeoutStopSec=5
|
2013-04-23 23:42:15 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
2018-08-08 06:16:18 +00:00
|
|
|
Also=vmtoolsd-init.service
|
2015-05-01 00:18:36 +00:00
|
|
|
Also=vgauthd.service
|