diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2020-02-24 19:02:56 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-02-24 19:02:56 +0100 |
commit | 76acdd921d95e50664964ed3f6d9f4749217c610 (patch) | |
tree | 1e31235e0e9301d621b1d41e4e3c788228d381f6 /modules/pam_limits/pam_limits.8.xml | |
parent | cf0a9e631b838f1e0aca1a5626fdea4d2802cb18 (diff) | |
download | pam-76acdd921d95e50664964ed3f6d9f4749217c610.tar.gz pam-76acdd921d95e50664964ed3f6d9f4749217c610.tar.bz2 pam-76acdd921d95e50664964ed3f6d9f4749217c610.zip |
pam_limits: Document the unwanted effect of set_all with systemd
Diffstat (limited to 'modules/pam_limits/pam_limits.8.xml')
-rw-r--r-- | modules/pam_limits/pam_limits.8.xml | 4 |
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> |