diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-06-10 14:11:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 14:11:53 +0200 |
commit | e538d593678eaa2c78f91b976916f5e8d5ea9dc7 (patch) | |
tree | 89d00112056ffebc3e860251b4558c38114abc34 /meson_options.txt | |
parent | meson: add experimental bpf-gcc compiler support (diff) | |
parent | meson: use status-unit-format-default=name in developer mode (diff) | |
download | systemd-e538d593678eaa2c78f91b976916f5e8d5ea9dc7.tar.xz systemd-e538d593678eaa2c78f91b976916f5e8d5ea9dc7.zip |
Merge pull request #23683 from keszybz/status-format
Default to default-status-unit-format=name in developer mode
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 3a1d7ce0ec..b42ae0d90b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -214,7 +214,7 @@ option('extra-net-naming-schemes', type : 'string', option('default-net-naming-scheme', type : 'string', value : 'latest', description : 'default net.naming-scheme= value') option('status-unit-format-default', type : 'combo', - choices : ['description', 'name', 'combined'], + choices : ['auto', 'description', 'name', 'combined'], description : 'use unit name or description in messages by default') option('time-epoch', type : 'integer', value : '-1', description : 'time epoch for time clients') |