]> git.ipfire.org Git - thirdparty/systemd.git/commit
[systemctl] Don't print ExecXYZEx= when doing 'systemctl status'
authorAnita Zhang <the.anitazha@gmail.com>
Tue, 23 Jul 2019 20:26:51 +0000 (13:26 -0700)
committerLennart Poettering <lennart@poettering.net>
Wed, 24 Jul 2019 07:00:57 +0000 (09:00 +0200)
commite5c8524447cc7309c703b5eb803a48e30b4cf050
tree20b0f5228d593454165950ee0459b60369a3dbdd
parent062666c7c452711f3e38efdec0c2b952ced64d06
[systemctl] Don't print ExecXYZEx= when doing 'systemctl status'

The info printed in this function is the same as the non-Ex version of the
property so there's no point double printing.

Other places that print ExecXYZEx= properties are left alone since the
displayed information is different.
src/systemctl/systemctl.c