Setting limit on number of open files in init script (in case when pam_limits module not loaded) [#METR-21262].

This commit is contained in:
Alexey Milovidov 2016-05-11 23:36:11 +03:00
parent 6df8377161
commit 83f33bcdb7

View File

@ -118,6 +118,7 @@ start()
EXIT_STATUS=0
echo -n "Start $PROGRAM service: "
ulimit -n 262144
if all_runs; then
echo -n "already running "