1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00

[fix] Correct log file of yunohost-api in services.yml

This commit is contained in:
Jérôme Lebleu 2016-02-05 13:28:10 +01:00
parent 94f81cc655
commit 86ee1a9027

View file

@ -36,7 +36,7 @@ php5-fpm:
log: /var/log/php5-fpm.log log: /var/log/php5-fpm.log
yunohost-api: yunohost-api:
status: service status: service
log: /var/log/yunohost.log log: /var/log/yunohost/yunohost-api.log
postgrey: postgrey:
status: service status: service
log: /var/log/mail.log log: /var/log/mail.log