]> git.pld-linux.org Git - packages/squid.git/blob - squid.sysconfig
- added parameter DELAY_BETWEEN_RESTARTS
[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 # delay in seconds between stop and start phase, some systems need long delay
12 DELAY_BETWEEN_RESTARTS=30
13
This page took 0.03078 seconds and 4 git commands to generate.