diff options
| author | Christian Rößler | 2013-09-09 15:30:45 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-09 15:30:45 +0200 |
| commit | 34f0648fbf1989604ae1cff8428cbce68efc926d (patch) | |
| tree | ebeb6f486e5d6378b23649fe4ca9ea04ca17cd2c /remote/modules/vbox | |
| parent | [vbox] Amended README-File: Cave: systemd-udevd restart. (diff) | |
| download | tm-scripts-34f0648fbf1989604ae1cff8428cbce68efc926d.tar.gz tm-scripts-34f0648fbf1989604ae1cff8428cbce68efc926d.tar.xz tm-scripts-34f0648fbf1989604ae1cff8428cbce68efc926d.zip | |
[vbox] addon-init: systemd-udevd gets restarted now. Cave: Queued
message loss possible.
Diffstat (limited to 'remote/modules/vbox')
| -rwxr-xr-x | remote/modules/vbox/data/addon-init | 4 |
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 |
