From 36cf45078c0d411d72f70327d2ae1d29e8079a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 6 Jun 2019 19:22:20 +0200 Subject: 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. --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') 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', -- cgit v1.2.1