solr_systemd.log
<http://lucene.472066.n3.nabble.com/file/n4301482/solr_systemd.log>  

There is no problem when launching the solr-6.2.0 with the script bin/solr.
But when I launching it with systemd service, the solr instance will soon be
stopped by systemd. I attached the error log. Anyone can help? thanks.

=============================
systemd service for solr
=============================
[Unit]
After=basic.target
After=network.target
Description=Standalone Solr server
Wants=basic.target

[Service]
Environment="SOLR_INCLUDE=/home/bob/solr/bin/solr.in.sh"
User=search
Group=search
ExecStart=/home/bob/solr/bin/solr start
ExecStop=/home/bob/solr/bin/solr stop
Restart=on-failure

[Install]
WantedBy=multi-user.target



--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-6-2-0-cannot-be-launched-by-systemd-service-tp4301482.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to