From fbc18c56aa043fba75e864cae6e0d281ec8ed031 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 6 Mar 2018 00:35:19 +0100 Subject: [PATCH] Typo for php-fpm service --- src/yunohost/data_migrations/0004_php5_to_php7_pools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/data_migrations/0004_php5_to_php7_pools.py b/src/yunohost/data_migrations/0004_php5_to_php7_pools.py index ad659b5cf..0ff9b77c8 100644 --- a/src/yunohost/data_migrations/0004_php5_to_php7_pools.py +++ b/src/yunohost/data_migrations/0004_php5_to_php7_pools.py @@ -64,4 +64,4 @@ class MyMigration(Migration): os.remove(f) # Reload/restart the php pools - _run_service_command("restart", "php-fpm") + _run_service_command("restart", "php7.0-fpm")