diff options
author | fwfy <fwfy@fwfy.club> | 2024-07-06 11:17:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 11:17:20 +0200 |
commit | 496b4fa0e974d7a1b10b8af966da445a28f512c5 (patch) | |
tree | 19f5c59c02f3b861c472d7a324d9b06f42000587 /units | |
parent | test: Set priority for TEST-73-LOCALE (diff) | |
download | systemd-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.in | 2 |
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 |