diff options
Diffstat (limited to 'open-vm-tools/xinit')
-rw-r--r-- | open-vm-tools/xinit | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/open-vm-tools/xinit b/open-vm-tools/xinit new file mode 100644 index 0000000..710f7f1 --- /dev/null +++ b/open-vm-tools/xinit @@ -0,0 +1,6 @@ +# -*- shell-script -*- + +if vmware-checkvm >/dev/null 2>/dev/null; then + vmtoolsd -n vmusr & + (sleep 20; coredown) & +fi |