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