2020-10-15 19:47:21 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Service for virtual machines hosted on VMware
|
2023-06-20 06:15:55 +00:00
|
|
|
Documentation=https://github.com/vmware/open-vm-tools
|
2020-10-15 19:47:21 +00:00
|
|
|
ConditionVirtualization=vmware
|
|
|
|
Requires=vgauthd.service
|
|
|
|
After=vgauthd.service
|
2023-12-04 07:43:25 +00:00
|
|
|
StartLimitIntervalSec=30
|
|
|
|
StartLimitBurst=3
|
2020-10-15 19:47:21 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/vmtoolsd
|
|
|
|
TimeoutStopSec=5
|
2023-12-04 07:43:25 +00:00
|
|
|
Restart=on-failure
|
2020-10-15 19:47:21 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
Also=vgauthd.service
|