]> git.pld-linux.org Git - packages/squid.git/blob - squid.sysconfig
do not use builder's CPU instruction set, leads to SIGILL on older x86_64
[packages/squid.git] / squid.sysconfig
1 # Squid startup configuration file
2
3 # Try to define nice-level for running squid
4 SERVICE_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
12 SQUID_SHUTDOWN_TIMEOUT="60"
13
14 # file description limit for squid
15 SQUID_FD_LIMIT="8192"
16
17 SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n $SQUID_FD_LIMIT"
This page took 0.03527 seconds and 3 git commands to generate.