Tag Archives: Kernel

Reboot Linux box after a kernel panic

To reboot a Linux box automatically after a kernel panic all you need to do is customize the “kernel.panic” sysctl. > echo “kernel.panic=10″ >> /etc/sysctl.conf This example will cause a reboot after 10 seconds.

Posted in Blog | Tagged , | Comments Off