aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/memcached.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb
index 854ca7d17..327aafd42 100644
--- a/Library/Formula/memcached.rb
+++ b/Library/Formula/memcached.rb
@@ -16,7 +16,8 @@ class Memcached <Formula
def caveats; <<-EOS
You can enabled memcached to automatically load on login with:
- launchctl load -w #{prefix}/com.danga.memcached.plist
+ cp #{prefix}/com.danga.memcached.plist ~/Library/LaunchAgents/
+ launchctl load -w ~/Library/LaunchAgents/com.danga.memcached.plist
Or start it manually:
#{HOMEBREW_PREFIX}/bin/memcached