wangzicai wrote:
Thanks Colin Campbell When I try the command line "chkconfig --list squid ", Squid service do not support chkconfig.
Then you need add to the script something like this in the first lines: # chkconfig: 2345 20 80# description: Squid proxy script
and you squid script now will be chkconfig-friendly Take a look at: #man chkconfig Thanks Emilio C.