Trevor wrote: >I'm writing a chkconfig file for guardian called >"/etc/rc.d/init.d/guardiand", but I don't understand what the following line >means? > ># chkconfig: - 57 5 > > don't start in any run level by default, start order 57, stop order 5
> >Is right above the description. Can anyone shed any light? > > Man chkconfig near the end: For example, random.init has these three lines: # chkconfig: 2345 20 80 # description: Saves and restores system entropy pool for \ # higher quality random number generation. This says that the random script should be started in levels 2, 3, 4, and 5, that its start priority should be 20, and that its stop priority should be 80. You should be able to figure out what the description says; the \ causes the line to be continued. The extra space in front of the line is ignored. -- There is no such thing as obsolete hardware. Merely hardware that other people don't want. (The Second Rule of Hardware Acquisition) Sam Flory <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list