core: add combined status unit format

[zjs: actual implementation is stripped out and will be added in subsequent
commits.]
This commit is contained in:
Paweł Marciniak
2021-06-26 17:50:16 +02:00
committed by Zbigniew Jędrzejewski-Szmek
parent 2e9ee9cf15
commit 580e198a50
5 changed files with 14 additions and 8 deletions

View File

@@ -257,10 +257,12 @@
<varlistentry>
<term><varname>StatusUnitFormat=</varname></term>
<listitem><para>Takes either <option>name</option> or <option>description</option> as the value. If
<option>name</option>, the system manager will use unit names in status messages, instead of the
longer and more informative descriptions set with <varname>Description=</varname>, see
<citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
<listitem><para>Takes <option>name</option>, <option>description</option> or
<option>combined</option> as the value. If <option>name</option>, the system manager will use unit
names in status messages, instead of the longer and more informative descriptions set with
<varname>Description=</varname>, see
<citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>. If
<option>combined</option>, the system manager will use unit names and description in status messages.
</para></listitem>
</varlistentry>