summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-24 10:16:16 +0000
committermh <mh@immerda.ch>2008-07-24 10:16:16 +0000
commitb230d75f5a8ecacaff7b4ddd7e4ca9bafa8a2b87 (patch)
tree8a6c045911b6b3b77b118d95d244f73a81328898 /files
parenta5f4fcc5d48b553118147e2c07afc76ced916a7f (diff)
added sysconfig for squid
Diffstat (limited to 'files')
-rw-r--r--files/sysconfig/squid8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/sysconfig/squid b/files/sysconfig/squid
new file mode 100644
index 0000000..81f26ee
--- /dev/null
+++ b/files/sysconfig/squid
@@ -0,0 +1,8 @@
+# default squid options
+# -D disables initial dns checks. If you most likely will not to have an
+# internet connection when you start squid, uncomment this
+SQUID_OPTS="-D"
+
+# Time to wait for Squid to shut down when asked. Should not be necessary
+# most of the time.
+SQUID_SHUTDOWN_TIMEOUT=100