d21c74c6d2
- update to the latest upstream branch with gtk3 support - fix gcc 6 build failures OBS-URL: https://build.opensuse.org/request/show/404101 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=333
17 lines
413 B
Desktop File
17 lines
413 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
|
|
|
|
[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
|