File: squid.options

package info (click to toggle)
squid 2.6.5-6
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 12,524 kB
  • ctags: 13,801
  • sloc: ansic: 105,278; sh: 5,909; makefile: 1,297; perl: 1,245; awk: 40
file content (13 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (30)
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