chiark / gitweb /
cgls: don't show empty cgroups by default
[elogind.git] / src / systemctl / systemctl.c
index 28bdfa96a4e06d9b9c393e7b3357dd96b28f79e8..e8b8b51d7634a40ce9c1723a218bfdbb5b521665 100644 (file)
@@ -2383,7 +2383,7 @@ static void print_status_info(UnitStatusInfo *i) {
                         else
                                 c = 0;
 
-                        show_cgroup_by_path(i->default_control_group, "\t\t  ", c, false);
+                        show_cgroup_by_path(i->default_control_group, "\t\t  ", c, false, arg_all);
                 }
         }