aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJannis Leidel2010-06-01 10:13:04 +0200
committerAdam Vandenberg2010-06-01 07:44:44 -0700
commita387769735df9a7adf5d1d6cf5bd3f3104abfef0 (patch)
treea2139db03cd0c553d481388ffb57b20642cb3fe0 /Library/Formula
parent47f2c38a9a4b5d640a9119f0613fdd4fc6f8572f (diff)
downloadhomebrew-a387769735df9a7adf5d1d6cf5bd3f3104abfef0.tar.bz2
Added logfile paths to redis startup script.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/redis.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index dca2364fa..a20079ed0 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -61,6 +61,10 @@ class Redis <Formula
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
+ <key>StandardErrorPath</key>
+ <string>#{var}/log/redis.log</string>
+ <key>StandardOutPath</key>
+ <string>#{var}/log/redis.log</string>
</dict>
</plist>
EOPLIST