squid 5.1: set max number of filedesriptors to 32768

Since the maximum number of filedescriptors which are possible for 'squid 5.1'
are now 32768, I modified the initscript accordingly.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2021-09-08 18:01:52 +02:00
committed by Peter Müller
parent 4d8c7f3b12
commit 96b9c63b57

View File

@@ -48,6 +48,7 @@ transparent() {
case "$1" in
start)
ulimit -n 32768
getpids "squid"
if [ -n "${pidlist}" ]; then