Headless SF Edge Servie execution

For most use cases, it is good practice to use SF Edge as Windows or Linux service. See the following section for further details:

pageEdge Installation

Sometimes, it might be beneficial to run Luna in "headless-mode" without needing to install it as a service. Use the Luna.Service executable for that. Run the following command (in the SF Edge main binary location):

$ ./Luna.Service -f /path/to/config/appsettings.xml -o /path/to/config/otasettings.xml -s "EdgeService0"

Make sure, the Luna.Service executable has permissions to run on your operating system.

Last updated