]> git.pld-linux.org Git - packages/squid.git/blob - squid.sysconfig
- set ulimit -n via sysconfig
[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 # Set number of open files(descriptors) to something sane
7 SERVICE_LIMITS="-n 8192"
8
9 # default squid options
10 # -D disables initial dns checks. If you most likely will not to have an
11 #    internet connection when you start squid, uncomment this
12 #SQUID_OPTS="-D"
13
14 # maximum time (in seconds) to wait for squid to stop
15 SQUID_SHUTDOWN_TIMEOUT="60"
This page took 0.043106 seconds and 4 git commands to generate.