diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zookeeper.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 8e03041b4..6a2558aa9 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -134,6 +134,11 @@ class Zookeeper < Formula <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>EnvironmentVariables</key> + <dict> + <key>SERVER_JVMFLAGS</key> + <string>-Dapple.awt.UIElement=true</string> + </dict> <key>KeepAlive</key> <dict> <key>SuccessfulExit</key> |
