diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-29 09:47:53 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-30 13:25:16 +0200 |
commit | 4fd3fc66396026f81fd5b27746f2faf8a9a7b9ee (patch) | |
tree | ab955cebbc2d6a2333d00795f9867d0472bc3585 /units/tmp.mount | |
parent | logind, units: unit Descriptions should be capitalized (diff) | |
download | systemd-4fd3fc66396026f81fd5b27746f2faf8a9a7b9ee.tar.xz systemd-4fd3fc66396026f81fd5b27746f2faf8a9a7b9ee.zip |
units: adjust Descriptions of various units
In general, it's not very usuful to repeat the unit name as the description.
Especially when the word is a common name and if somebody doesn't understand
the meaning immediately, they are not going to gain anything from the
repeat either, e.g. "halt", "swap".
In the status-unit-format=combined output parentheses are used around
Description, so avoid using parenthesis in the Description itself.
Diffstat (limited to 'units/tmp.mount')
-rw-r--r-- | units/tmp.mount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/tmp.mount b/units/tmp.mount index a8e5851632..516bd1621c 100644 --- a/units/tmp.mount +++ b/units/tmp.mount @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Temporary Directory (/tmp) +Description=Temporary Directory /tmp Documentation=https://systemd.io/TEMPORARY_DIRECTORIES Documentation=man:file-hierarchy(7) Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems |