diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build index 0d3022b1e9..1df70147af 100644 --- a/shell-completion/bash/meson.build +++ b/shell-completion/bash/meson.build @@ -24,6 +24,7 @@ if bashcompletiondir != 'no' ['systemd-cgtop', ''], ['systemd-delta', ''], ['systemd-detect-virt', ''], + ['systemd-id128', ''], ['systemd-nspawn', ''], ['systemd-path', ''], ['systemd-run', ''], @@ -32,6 +33,7 @@ if bashcompletiondir != 'no' [bash_systemctl, ''], ['bootctl', 'ENABLE_EFI'], ['coredumpctl', 'ENABLE_COREDUMP'], + ['homectl', 'ENABLE_HOMED'], ['hostnamectl', 'ENABLE_HOSTNAMED'], ['localectl', 'ENABLE_LOCALED'], ['loginctl', 'ENABLE_LOGIND'],