Page 1 of 1

Runing Unreal As A Service On RedHat 9.0

Posted: Wed Feb 23, 2005 10:23 pm
by RedCode
Hi,

I wanted to know about how could I run my IRCD as a service that means when the server restarts the IRCD will rerun by it self ! is that possible and what is the way ?


Thanks

Posted: Wed Feb 23, 2005 11:06 pm
by The_deViL
Check CRONTAB and/or script it.. simply use the crontab script and then add it on start..

Posted: Wed Feb 23, 2005 11:27 pm
by Stealth
I have tried this before with Crontab, but when the OS sends everything the TERM signal when it shuts down, Unreal doesn't remove the PID file, which means the cron script will think it is running... I don't know if it is a bug or not, but it would be nice to have a solution.

Posted: Wed Feb 23, 2005 11:32 pm
by The_deViL
on start:
rm -f /home/IRC/Unreal3.2/unreal.pid

:P