Having unreal start on boot

These are old archives. They are kept for historic purposes only.
Post Reply
pete212
Posts: 80
Joined: Mon Jul 12, 2004 1:56 am

Having unreal start on boot

Post by pete212 »

i run linux valhalla 7.3 and i was wondering how to get unreal to start up on boot, so i dont have to login and then go into the unreal dir and start it etc...

anyone know how?
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

what you are looking for is called crontab. it's a script you run that checks and starts processes. unreal has a sample crontab in Unreal3.2/ircdcron.
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
pete212
Posts: 80
Joined: Mon Jul 12, 2004 1:56 am

Post by pete212 »

0,1,2,3,4,5 * * * * /home/admin/Server/Unreal3.2/ircdcron/ircdchk



^ is in my .cron and it isnt working :S
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

pete212 wrote:0,1,2,3,4,5 * * * * /home/admin/Server/Unreal3.2/ircdcron/ircdchk
Are you sure it is not working? How long did you wait?
You DO know what 0,1,2,3,4,5 * * * * means, right?
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Your first question points to the fact that probably this is the first time you've heard of crontab. If that's right, I suggest you to read a documentation about crontab before using it.
pete212
Posts: 80
Joined: Mon Jul 12, 2004 1:56 am

Post by pete212 »

i do know what it is now, but its just the way i did it didnt work, i even got mail.
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

It's a good idea to read that mail. You receive such mail messages everytime when the script you called in crontab sends something to the standard output or standard error. They can be useful to detect if there was a failure in automatically starting UnrealIRCd and to find a solution.
Post Reply