summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorChristian Rößler2013-09-09 15:30:45 +0200
committerChristian Rößler2013-09-09 15:30:45 +0200
commit9c15093466d1835e90be251060267de2b3c3b3b1 (patch)
tree0cd9e6549a539fbfa8bab859df42370c7f42859e /remote/modules
parent[vbox] Amended README-File: Cave: systemd-udevd restart. (diff)
downloadtm-scripts-9c15093466d1835e90be251060267de2b3c3b3b1.tar.gz
tm-scripts-9c15093466d1835e90be251060267de2b3c3b3b1.tar.xz
tm-scripts-9c15093466d1835e90be251060267de2b3c3b3b1.zip
[vbox] addon-init: systemd-udevd gets restarted now. Cave: Queued
message loss possible.
Diffstat (limited to 'remote/modules')
-rwxr-xr-xremote/modules/vbox/data/addon-init4
1 files changed, 4 insertions, 0 deletions
diff --git a/remote/modules/vbox/data/addon-init b/remote/modules/vbox/data/addon-init
index 0c77c3fc..d3c3fa47 100755
--- a/remote/modules/vbox/data/addon-init
+++ b/remote/modules/vbox/data/addon-init
@@ -11,3 +11,7 @@ fi
systemctl daemon-reload
systemctl start vbox.service
+
+# this seems to be necessary due to the misbehaviour of udevd
+# in view of the undetected ENV dev_type
+systemctl restart systemd-udevd