]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: fix output alignment in "systemctl status"
authorLennart Poettering <lennart@poettering.net>
Thu, 21 Jul 2016 16:05:58 +0000 (18:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Jul 2016 10:59:36 +0000 (12:59 +0200)
commit1089dcd46966c83d415bb0b8353a8ce543a3bb7f
tree8ff70442bb86d4626fec7f3328d9a039e39cf1a5
parent691675ba9f7c783b94ccad99e7c34e36812b17d8
systemctl: fix output alignment in "systemctl status"

If we show both a control and a main PID for a service fix this line in the
output of "systemctl status":

 Main PID: 19670 (sleep);         : 19671 (sleep)

to become this:

 Main PID: 19670 (sleep); Control PID: 19671 (sleep)
src/systemctl/systemctl.c