aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/neo4j.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb
index 1f6b723be..96d59f33f 100644
--- a/Library/Formula/neo4j.rb
+++ b/Library/Formula/neo4j.rb
@@ -28,6 +28,9 @@ class Neo4j < Formula
# Adjust UDC props
open("#{libexec}/conf/neo4j-wrapper.conf", 'a') { |f|
f.puts "wrapper.java.additional.4=-Dneo4j.ext.udc.source=homebrew"
+
+ # suppress the empty, focus-stealing java gui
+ f.puts "wrapper.java.additional=-Djava.awt.headless=true"
}
end