mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
update TODO
This commit is contained in:
parent
26e3ff59a6
commit
d4fdc205a4
3
TODO
3
TODO
@ -33,6 +33,9 @@ Preparation for 209:
|
||||
|
||||
Features:
|
||||
|
||||
* "busctl status" works only as root on dbus1, since we cannot read
|
||||
/proc/$PID/exe
|
||||
|
||||
* systemctl (and possibly related tools): support a new switch that
|
||||
allows enumerating units in local containers recursively. "systemctl
|
||||
list-units -R" or so should not only lists on the host, but also the
|
||||
|
@ -362,7 +362,7 @@ CGroupControllerMask unit_get_members_mask(Unit *u) {
|
||||
if (member == u)
|
||||
continue;
|
||||
|
||||
if (UNIT_DEREF(member->slice) != u)
|
||||
if (UNIT_DEREF(member->slice) != u)
|
||||
continue;
|
||||
|
||||
u->cgroup_members_mask |=
|
||||
|
Loading…
Reference in New Issue
Block a user