Skip to content

Commit 40b933c

Browse files
committed
Enable kernel.panic_on_oops
Legacy-ID: 2833
1 parent 3556a00 commit 40b933c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/fedora/config/etc/sysctl.conf

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ net.ipv4.ip_forward = 1
22
net.ipv4.conf.all.rp_filter = 2
33
net.ipv4.conf.default.accept_source_route = 0
44
kernel.panic = 5
5+
kernel.panic_on_oops = 1
56
kernel.sysrq = 1
67
kernel.core_uses_pid = 1
78
vm.panic_on_oom = 1

0 commit comments

Comments
 (0)