[enh] display service description on status

This commit is contained in:
Laurent Peuch 2018-05-11 04:40:35 +02:00
parent f4df8c8ec8
commit 07139e7bc1

View file

@ -218,6 +218,7 @@ def service_status(names=[]):
result[name] = {
'status': str(status.get("SubState", "unknown")),
'loaded': str(status.get("LoadState", "unknown")),
'description': str(status.get("Description", "")),
}
if len(names) == 1: