ShaDoOoW wrote...
nope, what about NWNX?
You know I'm using NWNX, which is basically the only reason I use Linux. The issue here is that nwserver will occasionally crash during module reloads, and NWNX doesn't seem inclined to restart it at that point.
Still investigating what caused it to crash a few times, but I'd like it if the server could just get back up if something does go wrong. I had a script that did this just fine, but that was before my obsessive archiving of everything code in gmail days.
After reorganizing my thoughts and boolean logic I came up with:
while true; do
./nwnstartup.sh
done
Not the fanciest way, but it does the job just the same.
Modifié par Ne0nx3r0, 20 septembre 2010 - 07:15 .