summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaweł Marciniak <sunwire+git@gmail.com>2021-06-26 17:50:16 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-06-28 20:11:52 +0200
commit580e198a50449e892aa110c81d74f277d2ae8fa0 (patch)
treec8a2ff134893f79056ed86c72faf27b8817f0654 /meson_options.txt
parent2e9ee9cf15ffe9e4fed61818b6ec80e1e370af4e (diff)
downloadsystemd-580e198a50449e892aa110c81d74f277d2ae8fa0.tar.gz
core: add combined status unit format
[zjs: actual implementation is stripped out and will be added in subsequent commits.]
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5048de755d..163c8df87d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -200,7 +200,7 @@ option('default-net-naming-scheme', type : 'combo',
choices : ['latest', 'v238', 'v239', 'v240'],
description : 'default net.naming-scheme= value')
option('status-unit-format-default', type : 'combo',
- choices : ['description', 'name'],
+ choices : ['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')