summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware12/data/addon-init
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-20 18:25:48 +0100
committerYour Name2017-11-20 18:25:48 +0100
commitf40674d631da306db2e9263adf7eecf5e4c2598e (patch)
tree1258f2adc937a08784ce881485f75cd553260ec2 /core/modules/vmware12/data/addon-init
parent[inc/chroot] Improbe unmount logic ;) (diff)
downloadmltk-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-xcore/modules/vmware12/data/addon-init6
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
+