The lms daemon up command starts llmster
--json (optional) : flag
Output the result in JSON format
lms daemon up
If the daemon is not already running, this starts it and prints the PID. If it is already running, it reports the current status.
For scripting or automation:
lms daemon up --json
Example output:
{ "status": "running", "pid": 26754, "isDaemon": true, "version": "0.4.4+1" }
See lms daemon status to check whether the daemon is running.
To find out more about llmster, see Headless Mode.
This page's source is available on GitHub