summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2020-02-24 19:02:56 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2020-02-24 19:02:56 +0100
commit76acdd921d95e50664964ed3f6d9f4749217c610 (patch)
tree1e31235e0e9301d621b1d41e4e3c788228d381f6
parentcf0a9e631b838f1e0aca1a5626fdea4d2802cb18 (diff)
pam_limits: Document the unwanted effect of set_all with systemd
-rw-r--r--modules/pam_limits/pam_limits.8.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/pam_limits/pam_limits.8.xml b/modules/pam_limits/pam_limits.8.xml
index 663c0e7b..bc46cbf4 100644
--- a/modules/pam_limits/pam_limits.8.xml
+++ b/modules/pam_limits/pam_limits.8.xml
@@ -99,7 +99,9 @@
<para>
Set the limits for which no value is specified in the
configuration file to the one from the process with the
- PID 1.
+ PID 1. Please note that if the init process is systemd
+ these limits will not be the kernel default limits and
+ this option should not be used.
</para>
</listitem>
</varlistentry>