Reset after 60 seconds when paniced

This commit is contained in:
Sandro - 2023-06-23 18:05:20 +02:00
parent 128ba1d03d
commit 424242fe84
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
boot = {
tmp.cleanOnBoot = true;
kernel.sysctl = {
# reset 60 seconds after a kernel panic
"kernel.panic" = 60;
"net.ipv4.tcp_congestion_control" = "bbr";
};
# recommend to turn off, only on by default for backwards compatibility