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

How to start after reboot? #436

Open
LYPratt opened this issue Jul 6, 2022 · 2 comments
Open

How to start after reboot? #436

LYPratt opened this issue Jul 6, 2022 · 2 comments

Comments

@LYPratt
Copy link

LYPratt commented Jul 6, 2022

After a reboot, the system doesn't automatically start up. If I rerun
sudo apt install server*.deb
however, then I can successfully view http:///search

Is there a better way to do this?

@ingenika
Copy link

ingenika commented Oct 4, 2022

https://opensemanticsearch.org/doc/admin/cmd/

service solr start

@NetwarSystem
Copy link

The services should start automatically. This gist contains the name of every file under /etc/ on an open-semantic-search-vm_21.01.17.ova virtual machine. While that system is Debian based, Solr still runs as an old school /etc/init.d thing, instead of a systemd service. So you'd want to see /etc/rc3.d/S01solr symlinked to /etc/init.d/solr

https://gist.github.com/NetwarSystem/0f6af061c5f66119cd8e70c368cb0f9e

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

No branches or pull requests

3 participants