From 6ea93f5796687e23a795c4ce13919e601beec0b3 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 6 Apr 2006 19:44:28 +0000 Subject: [PATCH] added headless option to start-up git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2006 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- startYACY.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startYACY.sh b/startYACY.sh index a5798e21e..5252e0a2e 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -52,7 +52,7 @@ else then nohup java $java_args -classpath classes:htroot:$CLASSPATH yacy >> yacy.log & else - nohup java $java_args -classpath classes:htroot:$CLASSPATH yacy > /dev/null & + nohup java $java_args -Djava.awt.headless=true -classpath classes:htroot:$CLASSPATH yacy > /dev/null & # nohup java -Xms160m -Xmx160m -classpath classes:htroot:$CLASSPATH yacy > /dev/null & fi echo "****************** YaCy Web Crawler/Indexer & Search Engine *******************"