mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
machinectl: align table
This commit is contained in:
@@ -68,14 +68,14 @@ typedef enum MachineRunner {
|
||||
} MachineRunner;
|
||||
|
||||
static const char* const machine_runner_table[_RUNNER_MAX] = {
|
||||
[RUNNER_NSPAWN] = "nspawn",
|
||||
[RUNNER_NSPAWN] = "nspawn",
|
||||
[RUNNER_VMSPAWN] = "vmspawn",
|
||||
};
|
||||
|
||||
DEFINE_PRIVATE_STRING_TABLE_LOOKUP_FROM_STRING(machine_runner, MachineRunner);
|
||||
|
||||
static const char* const machine_runner_unit_prefix_table[_RUNNER_MAX] = {
|
||||
[RUNNER_NSPAWN] = "systemd-nspawn",
|
||||
[RUNNER_NSPAWN] = "systemd-nspawn",
|
||||
[RUNNER_VMSPAWN] = "systemd-vmspawn",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user