summaryrefslogtreecommitdiffstats
path: root/roles/atomic_base/files/system/90-nofile.conf
blob: 8537a4c5f779a7ad7b4b50bc0474b468b8308207 (plain)
1
2
3
4
5
6
7
# PAM process file descriptor limits
# see limits.conf(5) for details.
#Each line describes a limit for a user in the form:
#
#<domain> <type> <item> <value>
*       hard    nofile  16384
root	soft	nofile	16384