Fedora/RHEL and Debian have shipped an identical file for years. This pairs with contrib/systemd/qemu-guest-agent.service
Signed-off-by: Cole Robinson <[email protected]> --- contrib/systemd/qemu-guest-agent.rules | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contrib/systemd/qemu-guest-agent.rules diff --git a/contrib/systemd/qemu-guest-agent.rules b/contrib/systemd/qemu-guest-agent.rules new file mode 100644 index 0000000000..8a290abbd3 --- /dev/null +++ b/contrib/systemd/qemu-guest-agent.rules @@ -0,0 +1,2 @@ +SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", \ + TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service" -- 2.31.1
