]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
logind, units: unit Descriptions should be capitalized
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 29 Jun 2021 07:29:57 +0000 (09:29 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 30 Jun 2021 11:25:16 +0000 (13:25 +0200)
src/login/logind-session.c
units/exit.target
units/kmod-static-nodes.service.in

index 6a3dd860db4e9de5de10b695e8d820ec6716c8b3..3f09750ec9b4b1cbd6fe83467387c1021750f997 100644 (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,
index d7a1472a2bf26f0bbadeab9705c0256e41a6ec85..f8a22e52c619810222c02c9da843f7d2b8e07105 100644 (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
index fd5e6d7ca60eeb1c2446c03fa21e296f46617d4b..2f8ba6503441d38e23aede4ed4caeb6ff6629661 100644 (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