summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src
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/vbox-src
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/vbox-src')
-rwxr-xr-xcore/modules/vbox-src/data/addon-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vbox-src/data/addon-init b/core/modules/vbox-src/data/addon-init
index e52bf941..970b41c8 100755
--- a/core/modules/vbox-src/data/addon-init
+++ b/core/modules/vbox-src/data/addon-init
@@ -3,6 +3,6 @@
addgroup --system vboxusers
systemctl daemon-reload
-systemctl start vbox
+systemctl --no-block start vbox
exit 0