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