From 927e1ee7bc089049f6ec508aff9819501554b900 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 21 Apr 2020 02:57:16 +0200 Subject: [PATCH] not needed start php7.0-fpm --- scripts/remove | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/remove b/scripts/remove index cced37cf..2615b5d0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -86,14 +86,6 @@ ynh_print_info --message="Removing php-fpm configuration..." # Remove the dedicated php-fpm config ynh_remove_fpm_config -#================================================= -# RESTART PHP-FPM 7.0 FPM -#================================================= -ynh_print_info --message="Start php7.0-fpm..." - -#Sometimes with package_check php7.0-fpm fail to reload and stop. So starting the service, just in case. -ynh_systemd_action --service_name=php7.0-fpm --action="start" - #================================================= # GENERIC FINALIZATION #=================================================