From ae89570c4ed8bccaf46fca852b39cf6151345853 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 1 Aug 2015 22:48:09 +0300 Subject: [PATCH] update comment for kernel.sysrq --- sysctl.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysctl.conf b/sysctl.conf index d918cd56..a34935ba 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -131,7 +131,9 @@ net.ipv4.conf.default.rp_filter = 1 # Useful for debugging multi-threaded applications. #kernel.core_uses_pid = 1 -# Enable the magic-sysrq key +# System Request functionality of the kernel (SYNC) +# Use kernel.sysrq = 1 to allow all keys. +# See http://fedoraproject.org/wiki/QA/Sysrq for a list of values and keys. kernel.sysrq = 1 # After how many seconds reboot system after kernel panic? -- 2.44.0