mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08: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..`
This commit is contained in:
parent
14963ea90d
commit
496b4fa0e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user