On Mon, Jul 21, 2003 at 08:49:41AM +0800, Jan dela Cruz wrote: > Hi all. Just a quick question, is there any way to have redhat start first > this service, then this service next... somewhat you define the order? its > like ntsysv, but you have capability to move service up or down, which will > be followed upon loading?
Edit the initscript located in "/etc/rc.d/init.d/". Look for the line that looks like: # chkconfig: <startlevellist> <startpriority> <endpriority> Change <startpriority> as needed. Then, issue "chkconfig --add <initscript>" in the command line as root. Hope this helps. -- $_=q:; # SHERWIN # 70;72;69;6e;74;20; 27;4a;75;73;74;20; 61;6e;6f;74;68;65; 72;20;50;65;72;6c; 20;6e;6f;76;69;63; 65;27;:;;s=~?(..); ?=pack q$C$,hex$1; ;;;=egg;;;;eval;;; -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
