sysctl: enable Magic SysRq key

This commit is contained in:
Aminda Suomalainen 2016-03-03 16:12:33 +02:00
parent 28b28c4c12
commit 36b99e8679
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ net.ipv6.conf.all.use_tempaddr=2
# In case of systemd-networkd (which won't work with the above):
#net.ipv6.conf.eth0.use_tempaddr=2
#net.ipv6.conf.wlan0.use_tempaddr=2
# Enable the Magic SysRq key
# https://en.wikipedia.org/wiki/Magic_SysRq_key
kernel.sysrq = 1