From e8e94fee551fa62f70a06a6ffb0e91ae1872def1 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 29 Mar 2019 17:17:06 +0100 Subject: [PATCH] Update remove (delete duplicate reload causing crash php-fpm ) --- scripts/remove | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/remove b/scripts/remove index 03e8a81..a53573b 100644 --- a/scripts/remove +++ b/scripts/remove @@ -36,10 +36,6 @@ yunohost service remove zabbix-agent # Remove the dedicated php-fpm config ynh_remove_fpm_config -systemctl reload php7.0-fpm - -#sometimes php7.0-fpm crash on removing conf... -systemctl start php7.0-fpm #================================================= # REMOVE DEPENDENCIES @@ -53,7 +49,6 @@ timeout 5 systemctl stop zabbix-agent || killall zabbix_agentd systemctl disable zabbix-agent killall zabbix_agentd - ynh_remove_app_dependencies #================================================= @@ -70,12 +65,6 @@ ynh_mysql_remove_db "$db_user" "$db_name" # Remove the dedicated nginx config ynh_remove_nginx_config -#================================================= -# RELOAD NGINX -#================================================= - -systemctl reload nginx - #================================================= # REMOVE LOGROTATE CONFIGURATION #=================================================