graylog2-server: set KeepAlive to true in plist

Closes Homebrew/homebrew#18850.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
hacfi 2013-03-30 22:58:28 +01:00 committed by Jack Nagel
parent 2ddbda45ab
commit 7bd7b5e339

View file

@ -59,7 +59,7 @@ class Graylog2Server < Formula
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<false/>
<true/>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>
<key>StandardErrorPath</key>