7 lines
227 B
Text
7 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"
|