mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-05 13:11:32 +00:00
systemctl: autopage always if systemctl status is invoked without args
This commit is contained in:
@@ -4154,9 +4154,7 @@ static int show(sd_bus *bus, char **args) {
|
||||
|
||||
if (show_status && strv_length(args) <= 1) {
|
||||
|
||||
if (arg_all)
|
||||
pager_open_if_enabled();
|
||||
|
||||
pager_open_if_enabled();
|
||||
show_system_status(bus);
|
||||
new_line = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user