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..`
This commit is contained in:
fwfy 2024-07-06 05:17:20 -04:00 committed by GitHub
parent 14963ea90d
commit 496b4fa0e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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