Comment 14 for bug 1878973

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

This also was the time of adding a proper systemd service, so the old
  /usr/sbin/qemu-ga --daemonize -m virtio-serial -p /dev/virtio-ports/org.qemu.guest_agent.0
became just
  /usr/sbin/qemu-ga

But this is no issue:
-m virtio-serial -> is the default anyway
-p /dev/virtio-ports/org.qemu.guest_agent.0 -> is the default anyway
--daemonize - well the service keeps it under control