Ok,
I did a search both here and google and couldnt find an answer that made sense...
How can I make my linux box reboot when the powerfails? I live in an area where the power often blinks out for a second, causing my computers to turn off.. I am looking for a way to have them automatically reboot when the power comes back on. They are not on UPS.
I found this in /etc/inittab but I'm not sure exactly what to change or if it would even work if I did change it.
# What to do when the power fails/returns.
pf:

owerwait:/etc/init.d/powerfail start
pn:

owerfailnow:/etc/init.d/powerfail now
po:

owerokwait:/etc/init.d/powerfail stop
Thanks!