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 -- Matt Hyclak Department of Mathematics Department of Social Work Ohio University (740) 593-1263
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 at 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. -- Garrick Staples, GNU/Linux HPCC SysAdmin University of Southern California Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20080421/ad280d89/attachment-0001.sig>