2014-03-26 15:03:45 +00:00
|
|
|
[Unit]
|
2016-06-23 05:41:33 +00:00
|
|
|
Description=open-vm-tools: vmtoolsd service for virtual machines hosted on VMware
|
2015-09-10 09:58:12 +00:00
|
|
|
Documentation=http://github.com/vmware/open-vm-tools
|
2014-03-26 15:03:45 +00:00
|
|
|
ConditionVirtualization=vmware
|
2015-09-10 09:58:12 +00:00
|
|
|
Requires=vgauthd.service
|
2019-08-09 20:26:18 +00:00
|
|
|
After=vgauthd.service
|
2019-02-08 22:36:39 +00:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=cloud-init-local.service
|
2014-03-26 15:03:45 +00:00
|
|
|
|
|
|
|
[Service]
|
2016-06-23 05:41:33 +00:00
|
|
|
Type=forking
|
|
|
|
PIDFile=/var/run/vmtoolsd.pid
|
|
|
|
ExecStart=/usr/bin/vmtoolsd --background /var/run/vmtoolsd.pid
|
2014-03-26 15:03:45 +00:00
|
|
|
TimeoutStopSec=5
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
2015-09-10 09:58:12 +00:00
|
|
|
Also=vgauthd.service
|