diff options
| author | Simon Rettberg | 2013-09-09 19:00:31 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-09 19:00:31 +0200 |
| commit | b11bc445ad4a7fa394f36108ce264843c0f71075 (patch) | |
| tree | 939aa210958bf4dba7d10a7c203d64503613481e /remote/modules/vbox/data/addon-init | |
| parent | [branding-freiburg] New config module: Add UniFR logo in /etc/, for now used ... (diff) | |
| parent | [vbox] addon-init: systemd-udevd gets restarted now. Cave: Queued (diff) | |
| download | tm-scripts-b11bc445ad4a7fa394f36108ce264843c0f71075.tar.gz tm-scripts-b11bc445ad4a7fa394f36108ce264843c0f71075.tar.xz tm-scripts-b11bc445ad4a7fa394f36108ce264843c0f71075.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vbox/data/addon-init')
| -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 |
