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 ?
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.