summaryrefslogtreecommitdiff
path: root/nonsystemd/squid-openrc/squid.confd
blob: fea9a067a83b928cb96db942db7fea99e2ab9158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Config file for /etc/init.d/squid

SQUID_OPTS="-YC"

# Kerberos keytab file to use. This is required if you enable kerberos authentication.
SQUID_KEYTAB=""

# Use max_filedescriptors setting in squid.conf to determine the maximum number
# of filedescriptors squid can open.

# Set whether Squid should receive two shutdown signals instead of one. If set to "yes",
# Squid will skip the graceful shutdown step, and will try to immediately close all open
# file descriptors and helpers. This is useful if you experience very long delays when
# shutting down the caching proxy.
SQUID_FAST_SHUTDOWN="no"