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