docs: Fix indentation in shell snippet

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2021-12-24 10:46:50 +01:00
parent 4ed8f5b67d
commit 81971f1de7

View File

@ -402,7 +402,7 @@ host first.
systemctl unmask virt${drv}d{,-ro,-admin}.socket
systemctl enable virt${drv}d.service
systemctl enable virt${drv}d{,-ro,-admin}.socket
done
done
#. Start the sockets for the same set of daemons. There is no need to start the
services as they will get started when the first socket connection is
@ -413,7 +413,7 @@ host first.
$ for drv in qemu network nodedev nwfilter secret storage
do
systemctl start virt${drv}d{,-ro,-admin}.socket
done
done
#. If connections from remote hosts need to be supported the proxy daemon
must be enabled and started