diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-22 18:18:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-22 18:22:26 +0100 |
commit | 1e5678d023ab57807d3de08e10304e36bf9a1950 (patch) | |
tree | 6403512f2063b03a5b433bd45a7d7462b05de983 /src/systemctl.c | |
parent | ce3fd7e72a1b101002617bd410031e65d290f56f (diff) |
cgls: don't show kernel threads by default
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index cb59fd6db2..5ad81fd6ca 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -2263,7 +2263,7 @@ static void print_status_info(UnitStatusInfo *i) { else c = 0; - show_cgroup_by_path(i->default_control_group, "\t\t ", c); + show_cgroup_by_path(i->default_control_group, "\t\t ", c, false); } } |