2019-08-06 21:25:19 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Service for virtual machines hosted on VMware
|
2023-09-27 13:47:15 +00:00
|
|
|
Documentation=https://github.com/vmware/open-vm-tools
|
2019-08-06 21:25:19 +00:00
|
|
|
ConditionVirtualization=vmware
|
|
|
|
Requires=vgauthd.service
|
|
|
|
After=vgauthd.service
|
|
|
|
DefaultDependencies=no
|
|
|
|
Before=cloud-init-local.service
|
2024-03-28 14:59:42 +00:00
|
|
|
StartLimitIntervalSec=30
|
|
|
|
StartLimitBurst=3
|
2019-08-06 21:25:19 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/vmtoolsd
|
|
|
|
TimeoutStopSec=5
|
2024-03-28 14:59:42 +00:00
|
|
|
Restart=on-failure
|
2019-08-06 21:25:19 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Also=vgauthd.service
|