diff options
| author | Cameron Walters (cee-dub) | 2011-08-23 19:00:12 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-03 11:59:12 -0700 |
| commit | 2accac42ddcefeca0413bf6df0583b639241822c (patch) | |
| tree | ce8f0445f5a321b32c6886138463ab8713303fa7 /Library/Formula | |
| parent | e4b70363bed3d65088941bc3d3d394d5312b2b1e (diff) | |
| download | homebrew-2accac42ddcefeca0413bf6df0583b639241822c.tar.bz2 | |
PostgreSQL: set a StandardErrorPath
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 6d9af4535..3408d70ca 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -165,6 +165,8 @@ To install gems without sudo, see the Homebrew wiki. <string>#{`whoami`.chomp}</string> <key>WorkingDirectory</key> <string>#{HOMEBREW_PREFIX}</string> + <key>StandardErrorPath</key> + <string>#{var}/postgres/server.log</string> </dict> </plist> EOPLIST |
