ffb37fb5ad
- Revert change from (bsc#1133623) update vmtoolsd.service tools to run after the network service is ready. This updated caused cyclic dependencies as reported by bugs (bsc#1143452) and (bsc#1141969) OBS-URL: https://build.opensuse.org/request/show/722088 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=376
19 lines
468 B
Desktop File
19 lines
468 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
|
|
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
|