Automatic Reboot

Posted by Erythnul on Mon 19 Mar 2007 12:38 AM — 6 posts, 21,128 views.

#0
Any idea on how to set up an automatic reboot for my rom.exe when it goes down due to a crash or shutdown? Im running it on Debian Linux.
USA #1
Run the startup script.
#2
Well...lol I guess what do you mean by that? I'd just like it so the mud will autorestart when the mud goes down when I'm not available to boot her back up.
USA #3
There should be a file in your src directory called "startup"; you can run it by doing something like: nohup ./startup &
#4
Ahh... okie dokie. Now do I run startup and rom.exe together at the same time?
USA #5
No... startup takes care of starting up the game, and restarting it in case of a reboot or crash. You might want to open up the file startup in a text editor and see what it does.