qemu: add missing qemu-ga run service

This commit is contained in:
Enno Boland 2016-11-29 18:33:00 +01:00
parent 3c2b258bea
commit 1a8e45adb3
2 changed files with 4 additions and 0 deletions

1
srcpkgs/qemu-ga Symbolic link
View file

@ -0,0 +1 @@
qemu

3
srcpkgs/qemu/files/qemu-ga/run Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec qemu-ga ${OPTS}