After installing .Net 8 SDK, OpenLM Server service didn't run.
You will get a error message of you need .Net 8.0.0 or something.
This is because of run.sh commands not supported in .Net8 anymore.
In Run.sh
the command is like this.
/opt/openlm/bin/OpenLM_Server --console
Need to edit it like this.
↓
dotnet /opt/openlm/bin/OpenLM_Server.dll --console