diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 5e6787338d..4d5e5b1f32 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -703,8 +703,19 @@
MemoryLimit= is a more powerful (and
working) replacement for LimitRSS=.
+ For system units these resource limits may be chosen freely. For user units however (i.e. units run by a
+ per-user instance of
+ systemd1), these limits are
+ bound by (possibly more restrictive) per-user limits enforced by the OS.
+
+ Resource limits not configured explicitly for a unit default to the value configured in the various
+ DefaultLimitCPU=, DefaultLimitFSIZE=, … options available in
+ systemd-system.conf5, and –
+ if not configured there – the kernel or per-user defaults, as defined by the OS (the latter only for user
+ services, see above).
+
- Limit directives and their equivalent with ulimit
+ Resource limit directives, their equivalent ulimit shell commands and the unit used
@@ -713,7 +724,7 @@
Directive
- ulimit equivalent
+ ulimit equivalent
Unit