Displaying 3 results from an estimated 3 matches for "systemd_pag".
Did you mean:
systemd_pager
2019 Dec 13
5
systemctl behaves like it is being piped to less in centos 8?
Comparing the output of systemctl between centos 7 and 8:
[root at mail ~]# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
[root at mail ~]# systemctl status firewalld
? firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled;
vendor preset: enabled)
Active: active (running) since Fri 2019-10-25 00:24:24 UTC; 1
2019 Dec 13
1
systemctl behaves like it is being piped to less in centos 8?
...; The environment variable $PAGER determines what pager to use. The
> default is 'less'. User
>
> export PAGER=more
>
> to use 'more' instead. Or
>
> export PAGER=
>
> to not pipe to a pager.
This would also affect "man". Better to use SYSTEMD_PAGER.
Cheers
Tony
--
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org
2019 Dec 13
2
systemctl behaves like it is being piped to less in centos 8?
On Dec 13, 2019, at 9:27 AM, Stephen John Smoogen <smooge at gmail.com> wrote:
>
> It seems this became the default at some point.
>
> systemctl -l --no-pager
>
> is the way to get it without that. The whole does it use a pager, does
> it ellipse, etc has been a long fight where various people complain
> enough to get it one way or another. It usually goes with the