Skip to content

Commit

Permalink
Added: Added shell script to start eZFind Java Service in GNU Screen …
Browse files Browse the repository at this point in the history
…Session
  • Loading branch information
brookinsconsulting committed Jan 8, 2017
1 parent bdd1cdb commit bafae8e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

screen -d -m sh -c "while :; do cd /home/brookins/ezpedia/java; java -server -d64 -Xmx1500m -Xms1500m -XX:+UseParallelGC -XX:+AggressiveOpts -XX:NewRatio=5 -jar start.jar; done;"

exit;

0 comments on commit bafae8e

Please sign in to comment.