I'm not sure I understood your question.

Java Adapter runs in-process with Lightstreamer Server, so you are going to have a single process containing Lightstreamer Server and all of its Adapters. This process can certainly be run at boot time, as it is a very normal Java application. So you should follow the standard guidelines for starting a Java application as a service under Linux.