How to prevent lines chopping and paging in `systemctl status`?

Add the --no-pager --full parameters, e.g.:

systemctl status php7.1-fpm.service --no-pager --full

01

askubuntu.com/a/747158