mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
cgls: when showing root slice, put -.slice at top of tree
This commit is contained in:
parent
a6a4d3c46b
commit
b1f044bbc4
@ -272,6 +272,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
show_cg_info(SYSTEMD_CGROUP_CONTROLLER, root);
|
||||
|
||||
printf("-.slice\n");
|
||||
r = show_cgroup(SYSTEMD_CGROUP_CONTROLLER, root, NULL, 0, arg_kernel_threads, output_flags);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user