Skip to content

mxr daemon

Generated from mxr daemon --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.

Start the daemon explicitly

mxr daemon [OPTIONS]
FlagDescription
--foregroundRun in foreground (for debugging / systemd)
--no-bridgeDisable the HTTP bridge for this daemon run, regardless of config
--bridge-port <BRIDGE_PORT>Override the bridge port. Useful for tests and ephemeral bridges
-h, --helpPrint help

Start the daemon explicitly for debugging or process managers.

Terminal window
mxr daemon --foreground
mxr daemon --no-bridge