Re: Run solr 6.5+ as daemon

2017-07-14 Thread Shawn Heisey
On 7/14/2017 8:29 AM, Nawab Zada Asad Iqbal wrote: > I want my solr to restart if the process crashes; I am wondering if there > is any drawback which I should consider? > I am considering to use 'daemon --respawn' in the bin/solr; The included scripts already run Solr in the background. I don't

Run solr 6.5+ as daemon

2017-07-14 Thread Nawab Zada Asad Iqbal
Hi, I want my solr to restart if the process crashes; I am wondering if there is any drawback which I should consider? I am considering to use 'daemon --respawn' in the bin/solr; where the OOTB script has following statement: nohup "$JAVA" "${SOLR_START_OPTS[@]}" $SOLR_ADDL_ARGS > -Dsolr.log.mute