Skip to content

Instantly share code, notes, and snippets.

@brutuscat
Created June 17, 2012 10:46
Show Gist options
  • Save brutuscat/2944180 to your computer and use it in GitHub Desktop.
Save brutuscat/2944180 to your computer and use it in GitHub Desktop.
Steps for POW to reload its config
sudo pow --install-system
sudo launchctl unload /Library/LaunchDaemons/cx.pow.firewall.plist
sudo launchctl load /Library/LaunchDaemons/cx.pow.firewall.plist
# Quit pow process (it will restart itself) via Activity Monitor (MacOSX)
pow --print-config
# Your new config will be there and picked up by POW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment