1
0
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:
Lennart Poettering 2015-11-10 00:37:19 +01:00
parent a6a4d3c46b
commit b1f044bbc4

View File

@ -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);
}
}