projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae91745
)
cgroup: fix handling of TasksAccounting= property
author
Lennart Poettering
<lennart@poettering.net>
Mon, 15 Jan 2018 10:33:20 +0000
(11:33 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 23 Jan 2018 20:22:50 +0000
(21:22 +0100)
src/core/dbus-cgroup.c
patch
|
blob
|
history
diff --git
a/src/core/dbus-cgroup.c
b/src/core/dbus-cgroup.c
index cd57cefabc1896aaf175d5fbd2e7bf03677daf22..f8d90d4b3a922c064456c7ac6ecc3db345491a00 100644
(file)
--- a/
src/core/dbus-cgroup.c
+++ b/
src/core/dbus-cgroup.c
@@
-533,7
+533,7
@@
int bus_cgroup_set_property(
if (streq(name, "MemoryLimitScale"))
return bus_cgroup_set_memory_scale(u, name, &c->memory_limit, message, flags, error);
- if (streq(name, "TasksAccounting
Scale
"))
+ if (streq(name, "TasksAccounting"))
return bus_cgroup_set_boolean(u, name, &c->tasks_accounting, CGROUP_MASK_PIDS, message, flags, error);
if (streq(name, "TasksMax"))