]> git.pld-linux.org Git - packages/squid.git/commitdiff
- add ulimit
authorspider <spider@pld-linux.org>
Mon, 16 May 2005 11:47:58 +0000 (11:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid.init -> 1.37

squid.init

index 3a410b7d32b7274fb6e809bffb584556dbcb8029..09e0fabb46e147fba2ec2e6b5b42399dfab8c499 100644 (file)
@@ -61,6 +61,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/squid ]; then
                msg_starting Squid
+               ulimit -n 8192
                daemon $SERVICE_RUN_NICE_LEVEL squid $SQUID_OPTS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/squid
This page took 0.084269 seconds and 4 git commands to generate.