aboutsummaryrefslogtreecommitdiffstats
path: root/open-vm-tools/xinit
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-05-06 09:53:43 +0200
committerMattias Andrée <maandree@kth.se>2024-05-06 09:53:43 +0200
commit16c57bb791a1fc76b8b00894e29c050681809402 (patch)
tree5627d8bf0ed3767956caf89d28eabb6155ff8879 /open-vm-tools/xinit
parentm (diff)
downloaddotfiles-16c57bb791a1fc76b8b00894e29c050681809402.tar.gz
dotfiles-16c57bb791a1fc76b8b00894e29c050681809402.tar.bz2
dotfiles-16c57bb791a1fc76b8b00894e29c050681809402.tar.xz
...
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'open-vm-tools/xinit')
-rw-r--r--open-vm-tools/xinit6
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