summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-common
diff options
context:
space:
mode:
authorSimon Rettberg2021-10-29 15:53:20 +0200
committerSimon Rettberg2021-10-29 15:53:20 +0200
commiteedc70b60a79256f52bc6f44a8c8402f09d38be4 (patch)
tree0bcf1005ce934b64112bde7be1e7f656fd650526 /core/modules/vmware-common
parent[dhcpc-busybox] Fix systemctl path for split-/usr systems (diff)
downloadmltk-eedc70b60a79256f52bc6f44a8c8402f09d38be4.tar.gz
mltk-eedc70b60a79256f52bc6f44a8c8402f09d38be4.tar.xz
mltk-eedc70b60a79256f52bc6f44a8c8402f09d38be4.zip
[vmware-common/vbox-src] Make systemctl start non-blocking
Diffstat (limited to 'core/modules/vmware-common')
-rwxr-xr-xcore/modules/vmware-common/data/addon-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware-common/data/addon-init b/core/modules/vmware-common/data/addon-init
index d844c282..687a6dd1 100755
--- a/core/modules/vmware-common/data/addon-init
+++ b/core/modules/vmware-common/data/addon-init
@@ -1,6 +1,6 @@
#!/bin/ash
systemctl daemon-reload
-systemctl start vmware
+systemctl --no-block start vmware
exit 0