From 441eeb46800b77a5ecdfafb7348dbb7ade8bd2c2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 26 Jan 2018 21:14:26 +0100 Subject: [PATCH] Update the php-fpm service --- data/templates/yunohost/services.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/templates/yunohost/services.yml b/data/templates/yunohost/services.yml index 0544c7e5e..ada80b980 100644 --- a/data/templates/yunohost/services.yml +++ b/data/templates/yunohost/services.yml @@ -36,9 +36,9 @@ metronome: slapd: status: service log: /var/log/syslog -php5-fpm: +php-fpm: status: service - log: /var/log/php5-fpm.log + log: /var/log/php7.0-fpm.log yunohost-api: status: service log: /var/log/yunohost/yunohost-api.log @@ -58,3 +58,4 @@ amavis: null postgrey: null spamassassin: null rmilter: null +php5-fpm: null