Sign in or 

|
bonjan |
rc.modules instead of rc.local
Nov 19 2007, 6:05 AM EST
I would change that line:echo "modprobe hangcheck-timer" >> /etc/rc.local for this one: echo "modprobe hangcheck-timer" >> /etc/rc.modules As suggested at the Red Hat's official System Administration Guide (http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/s1-kernel-modules-persistant.html), modules should be loaded before the daemons. 7 out of 7 found this valuable. Do you?
Keyword tags:
chkconfig
network install
|