From: fwfy Date: Sat, 6 Jul 2024 09:17:20 +0000 (-0400) Subject: Remove extra period at the end of systemd-bsod's unit description. (#33632) X-Git-Tag: v257-rc1~952 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496b4fa0e974d7a1b10b8af966da445a28f512c5;p=thirdparty%2Fsystemd.git 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..` --- diff --git a/units/systemd-bsod.service.in b/units/systemd-bsod.service.in index 2d2f988fbfc..4c8f837ebb0 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