summaryrefslogtreecommitdiffstats
path: root/core/modules/qemukvm/data/addon-init
blob: cccc1e8a8d71f1522d23b6d466745b231ba815bd (plain) (blame)
1
2
3
4
5
6
7
8
#!/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