mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
sysctl: enable Magic SysRq key
This commit is contained in:
parent
28b28c4c12
commit
36b99e8679
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user