1ad1f9a1d1
The binary 'qemu-ga' is not a userspace emulator, it is the QEMU guest agent. Since this typically needs to be installed in the guest put it in a sub-RPM. A systemd service is used to start the agent. A udev rule is used to automatically start the systemd service, if the corresponding virtio-serial port is present
3 lines
130 B
Plaintext
3 lines
130 B
Plaintext
SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", \
|
|
TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"
|