Change process.yml name and location

This commit is contained in:
Kload 2013-12-05 15:58:41 +01:00
parent fb4e02ab1c
commit 8426aeec17

View file

@ -181,6 +181,6 @@ def _get_services():
Get a dict of managed services with their parameters 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) services = yaml.load(f)
return services return services