summaryrefslogtreecommitdiffstats
path: root/core/modules/qemukvm/data/addon-init
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/qemukvm/data/addon-init')
-rwxr-xr-xcore/modules/qemukvm/data/addon-init8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/modules/qemukvm/data/addon-init b/core/modules/qemukvm/data/addon-init
deleted file mode 100755
index cccc1e8a..00000000
--- a/core/modules/qemukvm/data/addon-init
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/ash
-
-systemctl daemon-reload
-systemctl start qemukvm.service
-
-# this seems to be necessary due to the misbehaviour of udevd
-# in view of the undetected ENV dev_type
-systemctl restart systemd-udevd