diff --git a/screend.sh b/screend.sh index bc23e7e..70de135 100644 --- a/screend.sh +++ b/screend.sh @@ -27,6 +27,9 @@ SCRIPTNAME=/etc/init.d/$NAME # and status_of_proc is working. . /lib/lsb/init-functions +# Increase open files limit +ulimit -n 515214 + # Make sure we have started with system locale if [ -r /etc/default/locale ]; then . /etc/default/locale