diff options
author | 2019-03-04 22:50:21 +0300 | |
---|---|---|
committer | 2019-03-04 22:56:33 +0300 | |
commit | ee8980c56616066c8eabc6ee4f0d9077939f8198 (patch) | |
tree | 8bb9e7ec1b83802a617357d455a84948b1e8963d /net-proxy/squid/files/squid.confd-r2 | |
parent | sys-apps/accountsservice: version bump to 0.6.54 (diff) | |
download | gentoo-ee8980c56616066c8eabc6ee4f0d9077939f8198.tar.gz gentoo-ee8980c56616066c8eabc6ee4f0d9077939f8198.tar.bz2 gentoo-ee8980c56616066c8eabc6ee4f0d9077939f8198.zip |
net-proxy/squid: Version bump (v4.6)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-proxy/squid/files/squid.confd-r2')
-rw-r--r-- | net-proxy/squid/files/squid.confd-r2 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-proxy/squid/files/squid.confd-r2 b/net-proxy/squid/files/squid.confd-r2 new file mode 100644 index 000000000000..a43a86e3bce9 --- /dev/null +++ b/net-proxy/squid/files/squid.confd-r2 @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# 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" |