# Squid startup configuration file

# Try to define nice-level for running squid
SERVICE_RUN_NICE_LEVEL="+5"

# default squid options
# -D disables initial dns checks. If you most likely will not to have an
#    internet connection when you start squid, uncomment this
#SQUID_OPTS="-D"

# maximum time (in seconds) to wait for squid to stop
SQUID_SHUTDOWN_TIMEOUT="60"

# file description limit for squid
SQUID_FD_LIMIT="8192"

SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n $SQUID_FD_LIMIT"
