Skip to content

Commit

Permalink
Merge pull request #5906 from dyaw-Drexel/patch-1
Browse files Browse the repository at this point in the history
Fixing Solr Init Script Instructions
  • Loading branch information
kcondon authored Jun 5, 2019
2 parents 41da272 + 1e022ab commit 3ce173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ For systems running systemd, as root, download :download:`solr.service<../_stati
For systems using init.d, download this :download:`Solr init script <../_static/installation/files/etc/init.d/solr>` and place it in ``/tmp``. Then start Solr and configure it to start at boot with the following commands::

cp /tmp/solr /etc/init.d
service solr start
systemctl restart solr.service
chkconfig solr on

Securing Solr
Expand Down

0 comments on commit 3ce173c

Please sign in to comment.