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 55c8ef08d..ad659b5cf 100644 --- a/src/yunohost/data_migrations/0004_php5_to_php7_pools.py +++ b/src/yunohost/data_migrations/0004_php5_to_php7_pools.py @@ -49,7 +49,7 @@ class MyMigration(Migration): os.system(c) # Reload/restart the php pools - _run_service_command("restart", "php-fpm") + _run_service_command("restart", "php7.0-fpm") def backward(self):