mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
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:
committed by
Peter Müller
parent
4d8c7f3b12
commit
96b9c63b57
@@ -48,6 +48,7 @@ transparent() {
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
ulimit -n 32768
|
||||
getpids "squid"
|
||||
|
||||
if [ -n "${pidlist}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user