On 8/7/07, Mikkel L. Ellertson <mikkel@xxxxxxxxxxxxxxxx> wrote: > Konstantin Svist wrote: > > Actually 90 is the indicator of when it will be stopped > > with sysVinit, all services are started/stopped in the order they have > > under chkconfig. 90 means it's one of the last ones to be stopped. > > > This is incorrect. From sysvinitfiles: > > # chkconfig: <startlevellist> <startpriority> <endpriority> > > Mikkel After you use chkconfig use /etc/rc.d/rc5.d or whatever runlevels you have selected as a reference. All scripts on shutdown run in reverse order of the startup sequence. So the S01 process will start before the S02 process and will shut down after S02.