mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Correct yunohost-api service's status
This commit is contained in:
parent
4f48d1fc10
commit
496b491015
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ php5-fpm:
|
|||
status: service
|
||||
log: /var/log/php5-fpm.log
|
||||
yunohost-api:
|
||||
status: ps aux | grep yunohost-api | grep -v grep
|
||||
status: service
|
||||
log: /var/log/yunohost.log
|
||||
postgrey:
|
||||
status: service
|
||||
|
|
Loading…
Add table
Reference in a new issue