diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-13 09:51:16 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-13 09:51:16 +0000 |
| commit | 5d6567e1da25bec0b85d3de14893618c885d9889 (patch) | |
| tree | a6fd2b01b5650119b9d01b49de03b1bc98c2300a /community/qemu/qemu-guest-agent.initd | |
| parent | 8da2624dad504d761040aee449a97941b1c4930c (diff) | |
| download | aports-5d6567e1da25bec0b85d3de14893618c885d9889.tar.bz2 aports-5d6567e1da25bec0b85d3de14893618c885d9889.tar.xz | |
community/{qemu*,ceph}: move to community
move qemu and ceph to community. Thi sis to reduce maintenenance
workload for security fixes. Upstream qemu appears to have less support
time than 2 years.
Diffstat (limited to 'community/qemu/qemu-guest-agent.initd')
| -rw-r--r-- | community/qemu/qemu-guest-agent.initd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/qemu/qemu-guest-agent.initd b/community/qemu/qemu-guest-agent.initd new file mode 100644 index 0000000000..aaf7de3f2a --- /dev/null +++ b/community/qemu/qemu-guest-agent.initd @@ -0,0 +1,6 @@ +#!/sbin/openrc-run + +name="QEMU Guest Agent" +pidfile="/run/qemu-ga.pid" +command="/usr/bin/qemu-ga" +command_args="-m ${GA_METHOD:-virtio-serial} -p ${GA_PATH:-/dev/virtio-ports/org.qemu.guest_agent.0} -l /var/log/qemu-ga.log -d" |
