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:
parent
2ddbda45ab
commit
7bd7b5e339
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue