21cc104
diff -up Linux-PAM-1.1.6/modules/pam_limits/limits.conf.limits Linux-PAM-1.1.6/modules/pam_limits/limits.conf
21cc104
--- Linux-PAM-1.1.6/modules/pam_limits/limits.conf.limits	2012-08-15 13:08:43.000000000 +0200
21cc104
+++ Linux-PAM-1.1.6/modules/pam_limits/limits.conf	2013-03-14 16:43:37.615087671 +0100
21cc104
@@ -1,5 +1,16 @@
d3bb594
 # /etc/security/limits.conf
d3bb594
 #
d3bb594
+#This file sets the resource limits for the users logged in via PAM.
d3bb594
+#It does not affect resource limits of the system services.
d3bb594
+#
21cc104
+#Also note that configuration files in /etc/security/limits.d directory,
21cc104
+#which are read in alphabetical order, override the settings in this
21cc104
+#file in case the domain is the same or more specific.
21cc104
+#That means for example that setting a limit for wildcard domain here
21cc104
+#can be overriden with a wildcard setting in a config file in the
21cc104
+#subdirectory, but a user specific setting here can be overriden only
21cc104
+#with a user specific setting in the subdirectory.
21cc104
+#
d3bb594
 #Each line describes a limit for a user in the form:
d3bb594
 #
d3bb594
 #<domain>        <type>  <item>  <value>