open-vm-tools/vmtoolsd.service
Kirk Allan 4c020a07d5 Accepting request 701424 from home:kallan:branches:Virtualization:VMware
- Update vmtoolsd.service tools to run after the network service is
  ready. (bsc#1133623)
- Link VGAuthService to libxmlsec1 rather than libxml-security-c in
  SLES 12 SP3. (bsc#1122435)

OBS-URL: https://build.opensuse.org/request/show/701424
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=374
2019-05-07 21:42:15 +00:00

19 lines
484 B
Desktop File

[Unit]
Description=open-vm-tools: vmtoolsd service for virtual machines hosted on VMware
Documentation=http://github.com/vmware/open-vm-tools
ConditionVirtualization=vmware
Requires=vgauthd.service
After=vgauthd.service network.service
DefaultDependencies=no
Before=cloud-init-local.service
[Service]
Type=forking
PIDFile=/var/run/vmtoolsd.pid
ExecStart=/usr/bin/vmtoolsd --background /var/run/vmtoolsd.pid
TimeoutStopSec=5
[Install]
WantedBy=multi-user.target
Also=vgauthd.service