open-semantic-search icon indicating copy to clipboard operation
open-semantic-search copied to clipboard

How to start after reboot?

Open LYPratt opened this issue 2 years ago • 2 comments

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?

LYPratt avatar Jul 06 '22 04:07 LYPratt

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

service solr start

ingenika avatar Oct 04 '22 03:10 ingenika

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

NetwarSystem avatar Oct 06 '22 14:10 NetwarSystem