File: squid.options

package info (click to toggle)
squid 7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,440 kB
  • sloc: cpp: 184,513; ansic: 12,442; sh: 5,688; makefile: 5,247; perl: 2,560; sql: 326; python: 240; awk: 141; sed: 1
file content (13 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (29)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/sh
#
# Squid Internet Object Cache configuration
# AUTHOR: Markus Gyger
# This is file /etc/rc.config.d/squid or /var/config/squid.options

# SQUID:            Set to 1 to enable Squid (HP-UX 10 only)
# SQUID_OPTIONS:    Options passed to Squid (e.g. "-f .../squid.conf")
# SQUID_RESPAWN:    Set to 1 to automatically restart squid after failure

SQUID=0
SQUID_OPTIONS="-s"
SQUID_RESPAWN=1