Added vmtoolsd detection

This commit is contained in:
mboelen 2015-09-03 11:15:55 +02:00
parent 2577caf66d
commit 235b228fe2
1 changed files with 2 additions and 0 deletions

View File

@ -615,6 +615,8 @@
# VMware
IsRunning vmware-guestd
if [ ${RUNNING} -eq 1 ]; then SHORT="vmware"; fi
IsRunning vmtoolsd
if [ ${RUNNING} -eq 1 ]; then SHORT="vmware"; fi
# VirtualBox based on guest services
IsRunning vboxguest-service