mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
core: add combined status unit format
[zjs: actual implementation is stripped out and will be added in subsequent commits.]
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
2e9ee9cf15
commit
580e198a50
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user