3f6bfd351d
Added vmtoolsd-init.service per the guideline. Replaced the certificate cleanup with "vmware-guestproxycerttool -e".
18 lines
397 B
Desktop File
18 lines
397 B
Desktop File
[Unit]
|
|
Description=Service for virtual machines hosted on VMware
|
|
Documentation=http://github.com/vmware/open-vm-tools
|
|
ConditionVirtualization=vmware
|
|
Requires=vmtoolsd-init.service
|
|
Requires=vgauthd.service
|
|
After=vmtoolsd-init.service
|
|
After=vgauthd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/vmtoolsd
|
|
TimeoutStopSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=vmtoolsd-init.service
|
|
Also=vgauthd.service
|