mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
logind, units: unit Descriptions should be capitalized
This commit is contained in:
parent
4dd21726f8
commit
0a59216cae
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user