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:
parent
94f81cc655
commit
86ee1a9027
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue