diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 467781f06b1..932b6e7cfba 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -562,6 +562,13 @@
To disable the safety check that the extension-release file name matches the image file name, the
x-systemd.relax-extension-release-check mount option may be appended.
+ This option can be used together with a service type and
+ systemd.v7
+ to manage configuration updates. When such a service carrying confext images is reloaded, the confext
+ itself will also be reloaded to pick up any changes. This only applies to confext extensions. See
+ systemd.service5
+ also for details.
+
When DevicePolicy= is set to closed or
strict, or set to auto and DeviceAllow= is
set, then this setting adds /dev/loop-control with rw mode,
@@ -606,6 +613,14 @@
or the host. See:
os-release5.
+ This option can be used together with a service type and
+ systemd.v7
+ to manage configuration updates. When such a system service carrying confext directories is reloaded,
+ the confext itself will also be reloaded to pick up any changes. This only applies to confext
+ extensions. See
+ systemd.service5
+ also for details.
+
Note that usage from user units requires overlayfs support in unprivileged user namespaces,
which was first introduced in kernel v5.11.