diff --git a/Formula/pow.rb b/Formula/pow.rb index 1ac225eaf9..9b1f41587f 100644 --- a/Formula/pow.rb +++ b/Formula/pow.rb @@ -23,6 +23,10 @@ class Pow < Formula Installs launchd agent to start on login: pow --install-local + + Enables both launchd agents: + sudo launchctl load -w /Library/LaunchDaemons/cx.pow.firewall.plist + launchctl load -w ~/Library/LaunchAgents/cx.pow.powd.plist EOS end end