How does chkconfig determine what number to give to a link when you turn a service on?
Thanks! jlc
On Sat, Apr 19, 2008 at 04:55:10PM -0600, Joseph L. Casale enlightened us:
How does chkconfig determine what number to give to a link when you turn a service on?
There is a line in /etc/init.d/foo for chkconfig that lists what levels to install to by default, start number and stop number.
Matt
Joseph L. Casale wrote:
How does chkconfig determine what number to give to a link when you turn a service on?
Thanks! jlc _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi In the start up scripts you will see this line # chkconfig: 2345 10 90
This particular example (network) strats by default in 2345 S10 K90
On Sat, Apr 19, 2008 at 04:55:10PM -0600, Joseph L. Casale alleged:
How does chkconfig determine what number to give to a link when you turn a service on?
Note that this is fully documented in the chkconfig manpage.