diff options
| author | Mattias Andrée <maandree@kth.se> | 2024-05-06 09:53:43 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2024-05-06 09:53:43 +0200 | 
| commit | 16c57bb791a1fc76b8b00894e29c050681809402 (patch) | |
| tree | 5627d8bf0ed3767956caf89d28eabb6155ff8879 /open-vm-tools/xinit | |
| parent | m (diff) | |
| download | dotfiles-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/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 | 
