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.
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.