% bluechi 1
bluechi-controller - Controller of services across agents
bluechi-controller [options]
Eclipse BlueChi™ is a systemd service controller intended for multi-nodes environments with a predefined number of nodes and with a focus on highly regulated environment such as those requiring functional safety (for example in cars).
The bluechi controller offers its public API on the local DBus and uses the DBus APIs provided by all connected bluechi-agents
to manage systemd services on those remote systems.
bluechi-controller [OPTIONS]
Print usage statement and exit.
The port on which bluechi-controller is listening for and setting up connections with bluechi-agents
. This option will overwrite the port defined in the configuration file.
Path to the configuration file, see bluechi-controller.conf(5)
.
Print current bluechi version
bluechi-controller
understands the following environment variables that can be used to override the settings from the configuration file (see bluechi-controller.conf(5)
).
The level used for logging. Supported values are:
DEBUG
INFO
WARN
ERROR
The target where logs are written to. Supported values are:
stderr
stderr-full
journald
If this flag is set to true
, no logs are written by bluechi
.
TBD