Add a userparam to check opened file descriptors

This commit is contained in:
Daniel Berteaud 2017-06-14 15:22:31 +02:00
parent 9296ff3b2e
commit 0283ab87ec
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
UserParameter=kernel.openedfiles,cat /proc/sys/fs/file-nr | awk '{print $1}'