Created
June 17, 2012 10:46
-
-
Save brutuscat/2944180 to your computer and use it in GitHub Desktop.
Steps for POW to reload its config
This file contains 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
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