open-vm-tools/vmtoolsd.service
Petr Šabata fa282a8750 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/open-vm-tools#1486520481e7517b51d31a78199b4870a69d184c
2020-10-15 21:47:21 +02:00

15 lines
311 B
Desktop File

[Unit]
Description=Service for virtual machines hosted on VMware
Documentation=http://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