When I run systemctl status with multiple services at once like
sudo systemctl status myservice1 myservice2 myservice3
I see the output, but in the end I see
lines 1-48/48 (END)
or if the output is even larger with more arguments
lines 1-62
and I can scroll or paginate the output and quit with q.
Can this behavior be changed that all log output is printed at once and the command exits?