Commit 59d30adacd1d added information about how to properly adjust
libvirt-guests service file when disabling socket activation, but it was still
not clear that it is meant only in the aforementioned case.
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
docs/manpages/libvirtd.rst | 10 ++++++++--
docs/manpages/virtproxyd.rst | 10 ++++++++--
2 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/docs/manpages/libvirtd.rst b/docs/manpages/libvirtd.rst
index 1347b9b21042..d10eb4e73ef7 100644
--- a/docs/manpages/libvirtd.rst
+++ b/docs/manpages/libvirtd.rst
@@ -71,8 +71,14 @@ Or
$ systemctl start libvirtd-tcp.socket
Socket activation mode is generally the default when running on a host
-OS that uses systemd. To revert to the traditional mode, all the socket
-unit files must be masked:
+OS that uses systemd.
+
+
+Reverting to the traditional mode
+---------------------------------
+
+To revert to the traditional mode on a systemd host, all the socket unit files
+must be masked:
::
diff --git a/docs/manpages/virtproxyd.rst b/docs/manpages/virtproxyd.rst
index 0366935b9a73..029c0c8d0421 100644
--- a/docs/manpages/virtproxyd.rst
+++ b/docs/manpages/virtproxyd.rst
@@ -74,8 +74,14 @@ Or
$ systemctl start virtproxyd-tcp.socket
Socket activation mode is generally the default when running on a host
-OS that uses systemd. To revert to the traditional mode, all the socket
-unit files must be masked:
+OS that uses systemd.
+
+
+Reverting to the traditional mode
+---------------------------------
+
+To revert to the traditional mode on a systemd host, all the socket unit files
+must be masked:
::
--
2.38.0