1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

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..`

(cherry picked from commit 496b4fa0e9)
This commit is contained in:
fwfy 2024-07-06 05:17:20 -04:00 committed by Luca Boccassi
parent a40eb432cb
commit 35e2f62967

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
[Unit] [Unit]
Description=Displays emergency message in full screen. Description=Display Boot-Time Emergency Messages In Full Screen
Documentation=man:systemd-bsod.service(8) Documentation=man:systemd-bsod.service(8)
ConditionVirtualization=no ConditionVirtualization=no
DefaultDependencies=no DefaultDependencies=no