]> git.pld-linux.org Git - packages/squid.git/blame_incremental - squid.sysconfig
- obsolete
[packages/squid.git] / squid.sysconfig
... / ...
CommitLineData
1# Squid startup configuration file
2
3# Try to define nice-level for running squid
4SERVICE_RUN_NICE_LEVEL="+5"
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
11# maximum time (in seconds) to wait for squid to stop
12SQUID_SHUTDOWN_TIMEOUT="60"
13
14# file description limit for squid
15SQUID_FD_LIMIT="8192"
16
17SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n $SQUID_FD_LIMIT"
This page took 0.107432 seconds and 4 git commands to generate.