From 04eb35a424604a930339b63e6ff94d58fa37f87e Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 3 Jun 2014 14:31:27 -0700 Subject: Hide zookeeper java process from the Dock setting `SERVER_JVMFLAGS` to `-Dapple.awt.UIElement=true` will prevent the java process from showing up in the Dock. Closes #29835. Signed-off-by: Jack Nagel --- Library/Formula/zookeeper.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library') 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 + EnvironmentVariables + + SERVER_JVMFLAGS + -Dapple.awt.UIElement=true + KeepAlive SuccessfulExit -- cgit v1.2.3