1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

systemd.unit(5): clarify the Description= contents

This commit is contained in:
Michael Stapelberg 2013-08-12 21:59:41 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 01264ad1cc
commit 693093c6db

View File

@ -359,7 +359,15 @@
describing the unit. This is intended
for use in UIs to show descriptive
information along with the unit
name.</para></listitem>
name. The description should contain a name
that means something to the end user.
<literal>Apache2 Web Server</literal> is a good
example. Bad examples are
<literal>high-performance light-weight HTTP
server</literal> (too generic) or
<literal>Apache2</literal> (too specific and
meaningless for people who do not know
Apache).</para></listitem>
</varlistentry>
<varlistentry>