Lamar Thomas wrote:
> I am running RH 9.0 and I have the following commands that I have to run
> EVERY time I restart my system. The commands start a chat server that is
> running on my system.
>
>
>
> Can someone tell me what I need to do to get these commands to run
> automaticly in run level 3 and 5 each time I restart the system? I am using
> bash and ssh to do this remotely.
>
>
>
> Thanks for any and all help.
>
>
>
> cd /usr/local/jabber/jabber-1.4.2
>
> ./jabberd/jabberd -D &
>
> ./jabberd/jabberd -c muc.xml -D &
>
>
> Lamar
>
>
http://www.linux.com/article.pl?sid=04/06/23/1734235
read this article, it tells how linux boots, and which files run various
commands in the various run levels.
Hope it helps.