diff options
| author | Simon Rettberg | 2017-11-20 18:25:48 +0100 |
|---|---|---|
| committer | Your Name | 2017-11-20 18:25:48 +0100 |
| commit | f40674d631da306db2e9263adf7eecf5e4c2598e (patch) | |
| tree | 1258f2adc937a08784ce881485f75cd553260ec2 /core/modules/vmware12/data/addon-init | |
| parent | [inc/chroot] Improbe unmount logic ;) (diff) | |
| download | mltk-f40674d631da306db2e9263adf7eecf5e4c2598e.tar.gz mltk-f40674d631da306db2e9263adf7eecf5e4c2598e.tar.xz mltk-f40674d631da306db2e9263adf7eecf5e4c2598e.zip | |
[vmware12] Split vmware module into 12 and 14 until 14 is stable
Diffstat (limited to 'core/modules/vmware12/data/addon-init')
| -rwxr-xr-x | core/modules/vmware12/data/addon-init | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/modules/vmware12/data/addon-init b/core/modules/vmware12/data/addon-init new file mode 100755 index 00000000..d844c282 --- /dev/null +++ b/core/modules/vmware12/data/addon-init @@ -0,0 +1,6 @@ +#!/bin/ash + +systemctl daemon-reload +systemctl start vmware +exit 0 + |
