mirror of
https://github.com/systemd/systemd.git
synced 2025-03-29 06:50:16 +03:00
systemctl: open pager for 'status', since process tree can get very long
This commit is contained in:
parent
055ef36bc8
commit
45090bf2ff
@ -4652,8 +4652,7 @@ static int show(int argc, char *argv[], void *userdata) {
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
if (show_properties)
|
||||
pager_open_if_enabled();
|
||||
pager_open_if_enabled();
|
||||
|
||||
if (show_status)
|
||||
/* Increase max number of open files to 16K if we can, we
|
||||
|
Loading…
x
Reference in New Issue
Block a user