Skip to content
New issue

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

Use systemd-startscript #14

Open
neufeind opened this issue Apr 5, 2024 · 1 comment
Open

Use systemd-startscript #14

neufeind opened this issue Apr 5, 2024 · 1 comment

Comments

@neufeind
Copy link

neufeind commented Apr 5, 2024

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

@fraenki
Copy link
Member

fraenki commented Oct 9, 2024

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? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants