On Fri, 2002-09-20 at 04:55, [EMAIL PROTECTED] wrote: > <snip> > > # chkconfig: - 57 5 > > Is right above the description. Can anyone shed any light? > > Hi , this is what I did with Oracle > # > # chkconfig: 3 81 19 > # > 3 is the run level to start Oracle > 81 is the order in which Oracle will be started when booting > 19 is the order in which Oracle will be stopped when shutting down
The first number is actually the list of runlevels you want it started in. The following would start it in runlevels 3, 4, and 5 and kill it in all others: # chkconfig: 345 81 19 Linus -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list