We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solr will ship a systemd-startscript. It's already commited but will only ship from solr 10.0 onward. It's however so basic that it should simply also work with solr 8 and 9. We could skip relying on the init.d-based shell-skript here and use the systemd-based variant to directly interface with .../bin/solr for start/stop. https://issues.apache.org/jira/browse/SOLR-14410 Code for systemd-unit at: https://github.com/apache/solr/blob/main/solr/bin/systemd/solr.service
The text was updated successfully, but these errors were encountered:
I'd like to support both, the old-style init.d and systemd service. This way the module could still be used on non-systemd systems.
Is anyone interested to submit a PR? :)
Sorry, something went wrong.
No branches or pull requests
Solr will ship a systemd-startscript. It's already commited but will only ship from solr 10.0 onward. It's however so basic that it should simply also work with solr 8 and 9. We could skip relying on the init.d-based shell-skript here and use the systemd-based variant to directly interface with .../bin/solr for start/stop.
https://issues.apache.org/jira/browse/SOLR-14410
Code for systemd-unit at: https://github.com/apache/solr/blob/main/solr/bin/systemd/solr.service
The text was updated successfully, but these errors were encountered: