postgresql: add StandardOut to plist.
parent
64b2ddc7e3
commit
0f436cc6d8
|
@ -130,6 +130,8 @@ class Postgresql < Formula
|
|||
<true/>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>#{HOMEBREW_PREFIX}</string>
|
||||
<key>StandardOutPath</key>
|
||||
<string>#{var}/log/postgres.log</string>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>#{var}/log/postgres.log</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue