[luau] turning off radhat services

Ho'ala Greevy hoala at secretbonus.com
Mon Mar 31 19:25:00 PST 2003


if you are running at init level 3, here's what i've found to be the
minimum you can get away with:
/sbin/chkconfig --list | grep 3:on

syslog         	0:off	1:off	2:on	3:on	4:on	5:on	6:off
network        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
random         	0:off	1:off	2:on	3:on	4:on	5:on	6:off
sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
crond          	0:off	1:off	2:on	3:on	4:on	5:on	6:off

---


Jay Beale, Lead Developer of the Bastille Linux Project, also has a great
write-up on this topic:
http://bastille-linux.org/jay/killing-daemons.html


-ho'ala

Vince Hoang said:
> On Mon, Mar 31, 2003 at 09:14:21PM -0500, tburns at despammed.com wrote:
>> I've been googling around trying to update it myself, but I'm
>> in a bit over my head. If you guys give me a sanity check, I'll
>> go ahead & update the page.
>
> Since others have made a lot of good practical suggestions, here
> is a more experimental approach in pseudo code:
>
> while nothing breaks:
>  chkconfig --list | grep :on
>  chkconfig --del $foo
>  test
>
> The premise: if you do not know what the service is, you will
> either not need it, or find out really quickly that you do! :)
>
> -Vince
> _______________________________________________
> LUAU mailing list
> LUAU at videl.ics.hawaii.edu
> http://videl.ics.hawaii.edu/mailman/listinfo/luau






More information about the LUAU mailing list