From: Zbigniew Jędrzejewski-Szmek Date: Tue, 29 Jun 2021 07:29:57 +0000 (+0200) Subject: logind, units: unit Descriptions should be capitalized X-Git-Tag: v249-rc3~13^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a59216caebdf0488d1200cd818cb46361d1f17b;p=thirdparty%2Fsystemd.git logind, units: unit Descriptions should be capitalized --- diff --git a/src/login/logind-session.c b/src/login/logind-session.c index 6a3dd860db4..3f09750ec9b 100644 --- a/src/login/logind-session.c +++ b/src/login/logind-session.c @@ -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, diff --git a/units/exit.target b/units/exit.target index d7a1472a2bf..f8a22e52c61 100644 --- a/units/exit.target +++ b/units/exit.target @@ -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 diff --git a/units/kmod-static-nodes.service.in b/units/kmod-static-nodes.service.in index fd5e6d7ca60..2f8ba650344 100644 --- a/units/kmod-static-nodes.service.in +++ b/units/kmod-static-nodes.service.in @@ -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