mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Update remove (delete duplicate reload causing crash php-fpm )
This commit is contained in:
parent
1b582df242
commit
e8e94fee55
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue