mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
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.
6 lines
227 B
Text
6 lines
227 B
Text
#!/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"
|