diff --git a/src/yunohost/service.py b/src/yunohost/service.py index b5fd3a9ed..e73da3430 100644 --- a/src/yunohost/service.py +++ b/src/yunohost/service.py @@ -225,6 +225,7 @@ def service_status(names=[]): "human": datetime.fromtimestamp(status.get("ActiveEnterTimestamp") / 1000000).strftime("%F %X"), }, 'description': str(status.get("Description", "")), + 'service_file_path': str(status.get("FragmentPath", "unknown")), } if len(names) == 1: