Page 1 of 1

Creating Unrealircd service on Fedora7

Posted: Thu Oct 11, 2007 4:22 pm
by topdog2046
Hi,

I finally got unrealircd to work. Now, I would like to know how I can have unrealircd start at system boot?
I assume that I'd have to add unreal to /etc/init.d? Or am I wrong about that?

Re: Creating Unrealircd service on Fedora7

Posted: Thu Oct 11, 2007 4:34 pm
by Jobe
You'd be better off using a crontab simply because init.d would run Unreal as root which isnt a good idea.

Re: Creating Unrealircd service on Fedora7

Posted: Thu Oct 11, 2007 4:58 pm
by topdog2046
What cron entry and/or entries would I need?

Re: Creating Unrealircd service on Fedora7

Posted: Thu Oct 11, 2007 5:41 pm
by Stealth
As the user running Unreal, do the following:

Type: crontab -e
add the line: @reboot cd /home/youruser/Unreal3.2 && ./unreal start