diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 093cd2780b6..48bec7361bd 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -1773,6 +1773,15 @@ StateDirectory=aaa/bbb ccc
tmpfs, then for system services the directories specified in
RuntimeDirectory= are removed when the system is rebooted.
+ If DynamicUser= is used together with
+ RuntimeDirectoryPreserve= set to values other than , the logic
+ is slightly altered: the RuntimeDirectory= directories are created below
+ /run/private/, which is a host directory made inaccessible to unprivileged
+ users, which ensures that access to these directories cannot be gained through dynamic user ID
+ recycling. Symbolic links are created to hide this difference in behaviour. Both from the
+ perspective of the host and from inside the unit, the relevant directories hence always appear
+ directly below /run/.
+