c5619c1d06
- New version requires adding a new service vgauthd - Removed old patches that are no longer needed - Fix (strerror_r.patch) for picking GNU signature of strerror_r - Fix (toolboxcmd.patch) for compiling toolboxcmd-shrink.c with gcc 5.0.1
15 lines
311 B
Desktop File
15 lines
311 B
Desktop File
[Unit]
|
|
Description=Service for virtual machines hosted on VMware
|
|
Documentation=http://github.com/vmware/open-vm-tools
|
|
ConditionVirtualization=vmware
|
|
Requires=vgauthd.service
|
|
After=vgauthd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/vmtoolsd
|
|
TimeoutStopSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=vgauthd.service
|