Skip to content

Instantly share code, notes, and snippets.

@toffebjorkskog
Created October 16, 2012 07:53
Show Gist options
  • Save toffebjorkskog/3897907 to your computer and use it in GitHub Desktop.
Save toffebjorkskog/3897907 to your computer and use it in GitHub Desktop.
Restart varnish pound and apache, oneliner
sudo sh -c 'killall {varnish,pound,apache2} && service pound restart && service varnish restart && service apache2 restart'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment