1hirte(1) General Commands Manual hirte(1)
2
3
4
6 hirte - Manager of services across agents
7
8
10 hirte [options]
11
12
14 Hirte is a systemd service controller intended for multi-nodes environ‐
15 ments with a predefined number of nodes and with a focus on highly reg‐
16 ulated environment such as those requiring functional safety (for exam‐
17 ple in cars).
18
19
20 The hirte manager offers its public API on the local DBus and uses the
21 DBus APIs provided by all connected hirte-agents to manage systemd ser‐
22 vices on those remote systems.
23
24
25 hirte [OPTIONS]
26
27
29 --help, -h
30 Print usage statement and exit.
31
32
33 --port, -p
34 The port on which hirte is listening for and setting up connections
35 with hirte-agents. This option will overwrite the port defined in the
36 configuration file.
37
38
39 --config, -c
40 Path to the configuration file, see hirte.conf(5).
41
42
44 hirte understands the following environment variables that can be used
45 to override the settings from the configuration file (see
46 hirte.conf(5)).
47
48
49 HIRTE_LOG_LEVEL
50 The level used for logging. Supported values are:
51
52
53 • DEBUG
54
55 • INFO
56
57 • WARN
58
59 • ERROR
60
61
62
63 HIRTE_LOG_TARGET
64 The target where logs are written to. Supported values are:
65
66
67 • stderr
68
69 • stderr-full
70
71 • journald
72
73
74
75 HIRTE_LOG_IS_QUIET
76 If this flag is set to true, no logs are written by hirte.
77
78
80 TBD
81
82
84 hirte.conf(5) ⟨https://github.com/contain‐
85 ers/hirte/blob/main/doc/man/hirte.conf.5.md⟩
86
87
88
89 hirte(1)