1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

virt-installing-qemu-guest-agent: shorten procedure

It's only one line less, but it still counts.

Signed-off-by: Dan Kenigsberg <danken@redhat.com>
This commit is contained in:
Dan Kenigsberg
2020-12-09 11:51:53 +02:00
committed by openshift-cherrypick-robot
parent 8107361e69
commit f8a02c08e1

View File

@@ -19,16 +19,9 @@ virtual machines. Install the agent and start the service
$ yum install -y qemu-guest-agent
----
. Start the QEMU guest agent service:
. Ensure the service is persistent and start it:
+
[source,terminal]
----
$ systemctl start qemu-guest-agent
----
. Ensure the service is persistent:
+
[source,terminal]
----
$ systemctl enable qemu-guest-agent
$ systemctl enable --now qemu-guest-agent
----