]> git.pld-linux.org Git - packages/squid.git/blame - squid.sysconfig
- up to 4.2
[packages/squid.git] / squid.sysconfig
CommitLineData
926dd5a3
AF
1# Squid startup configuration file
2
926dd5a3 3# Try to define nice-level for running squid
55811d08 4SERVICE_RUN_NICE_LEVEL="+5"
926dd5a3
AF
5
6# default squid options
7# -D disables initial dns checks. If you most likely will not to have an
8# internet connection when you start squid, uncomment this
9#SQUID_OPTS="-D"
10
918f3105 11# maximum time (in seconds) to wait for squid to stop
12SQUID_SHUTDOWN_TIMEOUT="60"
55fda969
KT
13
14# file description limit for squid
15SQUID_FD_LIMIT="8192"
43bb5e16
ER
16
17SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n $SQUID_FD_LIMIT"
This page took 0.066692 seconds and 4 git commands to generate.