Skip to content

Instantly share code, notes, and snippets.

@hysios
Created March 30, 2012 03:49
Show Gist options
  • Save hysios/2246335 to your computer and use it in GitHub Desktop.
Save hysios/2246335 to your computer and use it in GitHub Desktop.
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