aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/memcached.rb
diff options
context:
space:
mode:
authorChris Adams2010-02-20 10:42:50 -0500
committerAdam Vandenberg2010-02-24 21:39:26 -0800
commitf99f0b439a3592d28135f895c4b03a8d7abb2b75 (patch)
tree4aaf5bb74e25a9654cc491d7affda5001e2449cf /Library/Formula/memcached.rb
parent869e3a9a499017540039bd1ef5a34e5534269606 (diff)
downloadhomebrew-f99f0b439a3592d28135f895c4b03a8d7abb2b75.tar.bz2
memcached: listen on localhost, work with launchd
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/memcached.rb')
-rw-r--r--Library/Formula/memcached.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb
index e08408a97..2fc312aeb 100644
--- a/Library/Formula/memcached.rb
+++ b/Library/Formula/memcached.rb
@@ -39,12 +39,10 @@ Add "-d" to start it as a daemon.
<key>ProgramArguments</key>
<array>
<string>#{HOMEBREW_PREFIX}/bin/memcached</string>
- <string>-d</string>
+ <string>-l 127.0.0.1</string>
</array>
<key>RunAtLoad</key>
<true/>
- <key>UserName</key>
- <string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>
</dict>