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")