squid.options
上传用户:liugui
上传日期:2007-01-04
资源大小:822k
文件大小:0k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. #!/sbin/sh
  2. #
  3. # Squid Internet Object Cache configuration
  4. # AUTHOR: Markus Gyger
  5. # This is file /etc/rc.config.d/squid or /var/config/squid.options
  6. # SQUID:            Set to 1 to enable Squid (HP-UX 10 only)
  7. # SQUID_OPTIONS:    Options passed to Squid (e.g. "-f .../squid.conf")
  8. # SQUID_RESPAWN:    Set to 1 to automatically restart squid after failure
  9. SQUID=0
  10. SQUID_OPTIONS="-s"
  11. SQUID_RESPAWN=1