summaryrefslogtreecommitdiff
blob: 1cb6e00ecf5168028bbc134a055db60e952cfb84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Service for virtual machines hosted on VMware
Documentation=https://github.com/vmware/open-vm-tools
ConditionVirtualization=vmware
Requires=vgauthd.service
After=vgauthd.service

[Service]
ExecStart=/usr/bin/vmtoolsd
TimeoutStopSec=5

[Install]
WantedBy=multi-user.target
Also=vgauthd.service