Created
March 30, 2012 03:49
-
-
Save hysios/2246335 to your computer and use it in GitHub Desktop.
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
echo export POW_TIMEOUT=10000 >> ~/.powconfig | |
echo export POW_WORKERS=3 >> ~/.powconfig | |
powpid=$(ps -eaf|grep pow |grep -v grep |awk '{print $2}') | |
echo "kill $powpid" | |
sudo kill $powpid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment