systemctl: do print all statuses/signals received from pid1
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 28 Jul 2019 11:47:39 +0000 (13:47 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 29 Jul 2019 13:54:53 +0000 (15:54 +0200)
commit148ffa2e4d43d45c53dbc0799d90400a2ba621ff
tree06589a6fcf9ce9f930789288757c910d15cd36a6
parente7b9f4d9fa50e33b5755f5fc4b9717fbfc20c78d
systemctl: do print all statuses/signals received from pid1

If for some reason we do not know some signal, instead of silently
skipping it, let's print it numerically. Likewise, 'show' is not the
right place to do value filtering for exit codes. If pid1 accepted it,
let's just print it with no fuss.
src/systemctl/systemctl.c