logind, units: unit Descriptions should be capitalized

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-06-29 09:29:57 +02:00
parent 4dd21726f8
commit 0a59216cae
3 changed files with 3 additions and 3 deletions

View file

@ -655,7 +655,7 @@ static int session_start_scope(Session *s, sd_bus_message *properties, sd_bus_er
if (!scope)
return log_oom();
description = strjoina("Session ", s->id, " of user ", s->user->user_record->user_name);
description = strjoina("Session ", s->id, " of User ", s->user->user_record->user_name);
r = manager_start_scope(
s->manager,

View file

@ -8,7 +8,7 @@
# (at your option) any later version.
[Unit]
Description=Exit the container
Description=Exit the Container
Documentation=man:systemd.special(7)
DefaultDependencies=no
Requires=systemd-exit.service

View file

@ -8,7 +8,7 @@
# (at your option) any later version.
[Unit]
Description=Create list of static device nodes for the current kernel
Description=Create List of Static Device Nodes for the Current Kernel
DefaultDependencies=no
Before=sysinit.target systemd-tmpfiles-setup-dev.service
ConditionCapability=CAP_SYS_MODULE