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?
Take a look at the symlinks in your /etc/rc.d/rc[0-6].d directories. They look like this:
S10network -> ../init.d/network S11portmap -> ../init.d/portmap 2000 S11svscan -> ../init.d/svscan S14nfslock -> ../init.d/nfslock
The numbers in the filenames of the symlinks indicate the order in which the services are started or stopped for that runlevel. You can just rename the symlinks to change the order.
Brian
-- 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
