Skip to content

Instantly share code, notes, and snippets.

@ronin13
Created October 5, 2010 14:42
Show Gist options
  • Save ronin13/611665 to your computer and use it in GitHub Desktop.
Save ronin13/611665 to your computer and use it in GitHub Desktop.
#!/bin/bash
POLPID=`cat ~/logs/polipo.pid`
kill -USR1 $POLPID
sleep 1
polipo -x -c /home/raghavendra/.poliporc
kill -USR2 $POLPID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment