diff --git a/src/yunohost/service.py b/src/yunohost/service.py index fed7ff3b..31ed54a5 100644 --- a/src/yunohost/service.py +++ b/src/yunohost/service.py @@ -217,6 +217,7 @@ def service_status(names=[]): result[name] = { 'status': str(status.get("SubState", "unknown")), 'loaded': str(status.get("LoadState", "unknown")), + 'active': str(status.get("ActiveState", "unknown")), 'description': str(status.get("Description", "")), }