diff options
| author | Jannis Leidel | 2010-06-01 10:13:04 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-01 07:44:44 -0700 |
| commit | a387769735df9a7adf5d1d6cf5bd3f3104abfef0 (patch) | |
| tree | a2139db03cd0c553d481388ffb57b20642cb3fe0 /Library/Formula | |
| parent | 47f2c38a9a4b5d640a9119f0613fdd4fc6f8572f (diff) | |
| download | homebrew-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.rb | 4 |
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 |
