Download this file
#!/bin/sh # # chkconfig: 3 99 99 # description: load hcp cpint module # # case "$1" in 'start') modprobe cpint ;; 'stop') echo "HELP, I cannot stop! (ignore this message)" ;; esac