From 86ee1a90276b9261af812dcc3b9a52afb399976c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Fri, 5 Feb 2016 13:28:10 +0100 Subject: [PATCH] [fix] Correct log file of yunohost-api in services.yml --- data/templates/yunohost/services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/yunohost/services.yml b/data/templates/yunohost/services.yml index ed85738e7..1bdc2b702 100644 --- a/data/templates/yunohost/services.yml +++ b/data/templates/yunohost/services.yml @@ -36,7 +36,7 @@ php5-fpm: log: /var/log/php5-fpm.log yunohost-api: status: service - log: /var/log/yunohost.log + log: /var/log/yunohost/yunohost-api.log postgrey: status: service log: /var/log/mail.log