Runing Unreal As A Service On RedHat 9.0

These are old archives. They are kept for historic purposes only.
Post Reply
RedCode

Runing Unreal As A Service On RedHat 9.0

Post 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
The_deViL
Posts: 9
Joined: Mon Mar 08, 2004 10:18 pm
Location: Sweden

Post by The_deViL »

Check CRONTAB and/or script it.. simply use the crontab script and then add it on start..
"Of all the things I've lost, I miss my mind the most"
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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.
The_deViL
Posts: 9
Joined: Mon Mar 08, 2004 10:18 pm
Location: Sweden

Post by The_deViL »

on start:
rm -f /home/IRC/Unreal3.2/unreal.pid

:P
"Of all the things I've lost, I miss my mind the most"
Post Reply