diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 663b15fa60..8f00ef555e 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -117,6 +117,20 @@
The MountAPIVFS= and PrivateUsers= settings are particularly useful
in conjunction with RootDirectory=. For details, see below.
+ If RootDirectory=/RootImage= are used together with
+ NotifyAccess= the notification socket is automatically mounted from the host into
+ the root environment, to ensure the notification interface can work correctly.
+
+ Note that services using RootDirectory=/RootImage= will
+ not be able to log via the syslog or journal protocols to the host logging infrastructure, unless the
+ relevant sockets are mounted from the host, specifically:
+
+
+ Mounting logging sockets into root environment
+
+ BindReadOnlyPaths=/dev/log /run/systemd/journal/socket /run/systemd/journal/stdout
+
+