From: Lennart Poettering Date: Mon, 15 Jan 2018 10:33:20 +0000 (+0100) Subject: cgroup: fix handling of TasksAccounting= property X-Git-Tag: v237~37^2~9 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=60644c3dea2ff3b8cc1bbe574e17bee494a70d4a cgroup: fix handling of TasksAccounting= property --- diff --git a/src/core/dbus-cgroup.c b/src/core/dbus-cgroup.c index cd57cefabc1..f8d90d4b3a9 100644 --- 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, "TasksAccountingScale")) + if (streq(name, "TasksAccounting")) return bus_cgroup_set_boolean(u, name, &c->tasks_accounting, CGROUP_MASK_PIDS, message, flags, error); if (streq(name, "TasksMax"))