mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Change process.yml name and location
This commit is contained in:
parent
fb4e02ab1c
commit
8426aeec17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue