Setting tag procprotect-0.4-7
[procprotect.git] / procprotect.init
1 #!/bin/sh
2
3 if [ ! -f /proc/procprotect ]; then 
4         echo "Transforward kernel module not loaded"
5 else
6         echo "/proc/sysrq-trigger" > /proc/procprotect
7 fi
8