diff --git a/yunohost_service.py b/yunohost_service.py index 46b212f0..edae4106 100644 --- a/yunohost_service.py +++ b/yunohost_service.py @@ -181,6 +181,6 @@ def _get_services(): Get a dict of managed services with their parameters """ - with open('process.yml', 'r') as f: + with open('/etc/yunohost/services.yml', 'r') as f: services = yaml.load(f) return services