Automatic Reboot after Kernel Panic (Ubuntu)
June 17th, 2008
2 comments
I don’t know why Ubuntu server doesn’t have this enabled by default, but you should add the following to /etc/sysctrl.conf:
kernel.panic=60
This will automatically reboot your server 60 seconds after a kernel panic.
Categories: Linux