Created
March 9, 2018 22:01
-
-
Save UniversalSuperBox/547b89ae177d24aaa723b61f87a405e7 to your computer and use it in GitHub Desktop.
Upstart job to cause a kernel panic accidentally on purpose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start on startup | |
script | |
sleep 30 | |
echo 1 > /proc/sys/kernel/sysrq | |
echo c > /proc/sysrq-trigger | |
end script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment