summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-06-06 19:22:20 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-07-10 13:35:26 +0200
commit36cf45078c0d411d72f70327d2ae1d29e8079a34 (patch)
tree9faca141c8390279688ef2ee065cdee240df7d6b /meson_options.txt
parentc1d95b713a50c1dee6d82c27d7ed5ffad9daf603 (diff)
downloadsystemd-36cf45078c0d411d72f70327d2ae1d29e8079a34.tar.gz
Add config and kernel commandline option to use short identifiers
No functional change, just docs and configuration and parsing. v2: - change ShortIdentifiers=yes|no to StatusUnitFormat=name|description.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7c8a769bbc..ae2930861f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -163,6 +163,9 @@ option('default-hierarchy', type : 'combo',
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'],
+ description : 'use unit name or description in messages by default')
option('time-epoch', type : 'integer', value : '-1',
description : 'time epoch for time clients')
option('system-uid-max', type : 'integer', value : '-1',