diff options
Diffstat (limited to 'Library/Formula/memcached.rb')
| -rw-r--r-- | Library/Formula/memcached.rb | 4 |
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> |
