[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: change IP



>that stuff already work  but i must start that stuff step by step , first i
>run IRCD and then eggdrop , i wanna that all stuff running  in start up ..,
>how can i make it,..??


Add a script file to the /etc/rc.boot directory as follows:

/etc/rc.boot/irc-startup:
-------snip here-------
#!/bin/sh
/path/to/ircd
/path/to/eggdrop
-------snip here--------

Just a few additional comments:

 - make sure the "#!/bin/sh" is the *first* line in the file.
- adjust the path entries as required... obviously.
- "chmod 755 /etc/rc.boot/irc-startup" to make it executable

Good luck,
Kevin Traas


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: