summaryrefslogtreecommitdiffstats
path: root/units
diff options
context:
space:
mode:
authorfwfy <fwfy@fwfy.club>2024-07-06 11:17:20 +0200
committerGitHub <noreply@github.com>2024-07-06 11:17:20 +0200
commit496b4fa0e974d7a1b10b8af966da445a28f512c5 (patch)
tree19f5c59c02f3b861c472d7a324d9b06f42000587 /units
parenttest: Set priority for TEST-73-LOCALE (diff)
downloadsystemd-496b4fa0e974d7a1b10b8af966da445a28f512c5.tar.xz
systemd-496b4fa0e974d7a1b10b8af966da445a28f512c5.zip
Remove extra period at the end of systemd-bsod's unit description. (#33632)
* Remove extra period at end of unit description. Having an extra period at the end of this unit description makes log entries pertaining to it appear weirdly, as it seems the default expectation is that there is not to be a period at the end of a unit description. e.g.: `systemd[1]: Started Displays emergency message in full screen..`
Diffstat (limited to 'units')
-rw-r--r--units/systemd-bsod.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-bsod.service.in b/units/systemd-bsod.service.in
index 2d2f988fbf..4c8f837ebb 100644
--- a/units/systemd-bsod.service.in
+++ b/units/systemd-bsod.service.in
@@ -8,7 +8,7 @@
# (at your option) any later version.
[Unit]
-Description=Displays emergency message in full screen.
+Description=Display Boot-Time Emergency Messages In Full Screen
Documentation=man:systemd-bsod.service(8)
ConditionVirtualization=no
DefaultDependencies=no