From 8426aeec1785db144d2747ba53df1339418f5974 Mon Sep 17 00:00:00 2001 From: Kload Date: Thu, 5 Dec 2013 15:58:41 +0100 Subject: [PATCH] Change process.yml name and location --- yunohost_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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