1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

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) if (!scope)
return log_oom(); 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( r = manager_start_scope(
s->manager, s->manager,

View File

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

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
[Unit] [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 DefaultDependencies=no
Before=sysinit.target systemd-tmpfiles-setup-dev.service Before=sysinit.target systemd-tmpfiles-setup-dev.service
ConditionCapability=CAP_SYS_MODULE ConditionCapability=CAP_SYS_MODULE