pow: add launchctl instructions
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
05c1a78e73
commit
6f18e2c6c9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue