open-vm-tools/SOURCES/vmtoolsd.service

17 lines
367 B
SYSTEMD
Raw Permalink Normal View History

2019-12-17 09:21:15 +00:00
[Unit]
Description=Service for virtual machines hosted on VMware
2023-11-15 08:08:58 +00:00
Documentation=https://github.com/vmware/open-vm-tools
2019-12-17 09:21:15 +00:00
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