open-vm-tools/open-vm-tools.service
Ravindra Kumar 68b672b5be Restart 'vmtoolsd' only in case of failures.
While stopping the service, wait for 5 seconds
before killing vmtoolsd.
2013-04-28 23:01:40 -07:00

14 lines
282 B
Desktop File

[Unit]
Description=Service for virtual machines hosted on VMware
Documentation=http://open-vm-tools.sourceforge.net/about.php
ConditionVirtualization=vmware
[Service]
Type=simple
ExecStart=/usr/bin/vmtoolsd
Restart=on-failure
TimeoutStopSec=5
[Install]
WantedBy=multi-user.target