Skip to content

Commit 4fd3fc6

Browse files
committed
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.
1 parent 0a59216 commit 4fd3fc6

23 files changed

+23
-23
lines changed

units/bluetooth.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Bluetooth
11+
Description=Bluetooth Support
1212
Documentation=man:systemd.special(7)
1313
StopWhenUnneeded=yes

units/final.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Final Step
11+
Description=Late Boot Services
1212
Documentation=man:systemd.special(7)
1313
DefaultDependencies=no
1414
RefuseManualStart=yes

units/getty-pre.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Login Prompts (Pre)
11+
Description=Preparation for Logins
1212
Documentation=man:systemd.special(7) man:systemd-getty-generator(8)
1313
Documentation=http://0pointer.de/blog/projects/serial-console.html

units/halt.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Halt
11+
Description=System Halt
1212
Documentation=man:systemd.special(7)
1313
DefaultDependencies=no
1414
Requires=systemd-halt.service

units/hibernate.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Hibernate
11+
Description=System Hibernation
1212
Documentation=man:systemd.special(7)
1313
DefaultDependencies=no
1414
Requires=systemd-hibernate.service

units/local-fs-pre.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Local File Systems (Pre)
11+
Description=Preparation for Local File Systems
1212
Documentation=man:systemd.special(7)
1313
RefuseManualStart=yes

units/network-pre.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Network (Pre)
11+
Description=Preparation for Network
1212
Documentation=man:systemd.special(7)
1313
Documentation=https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
1414
RefuseManualStart=yes

units/paths.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Paths
11+
Description=Path Units
1212
Documentation=man:systemd.special(7)

units/poweroff.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Power-Off
11+
Description=System Power Off
1212
Documentation=man:systemd.special(7)
1313
DefaultDependencies=no
1414
Requires=systemd-poweroff.service

units/printer.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
# (at your option) any later version.
99

1010
[Unit]
11-
Description=Printer
11+
Description=Printer Support
1212
Documentation=man:systemd.special(7)
1313
StopWhenUnneeded=yes

0 commit comments

Comments
 (0)