memcached: listen on localhost, work with launchd

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Chris Adams 2010-02-20 10:42:50 -05:00 committed by Adam Vandenberg
parent 56222322be
commit 1491f8f393

View file

@ -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>