126ce371cc
- Rebase to open-vm-tools 12.2.5 [bz#2214861] - Resolves: bz#2214861 ([ESXi][RHEL8]open-vm-tools version 12.2.5 has been released - please rebase) - Resolves: bz#2216415 ([ESXi][RHEL8] URL in service unit files are started from http instead of https)
17 lines
367 B
Desktop File
17 lines
367 B
Desktop File
[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
|
|
DefaultDependencies=no
|
|
Before=cloud-init-local.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/vmtoolsd
|
|
TimeoutStopSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=vgauthd.service
|