17 lines
366 B
Desktop File
17 lines
366 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
|
|
DefaultDependencies=no
|
|
Before=cloud-init-local.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/vmtoolsd
|
|
TimeoutStopSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=vgauthd.service
|