1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

systemctl start php7.0-fpm

This commit is contained in:
Mickael-Martin 2019-03-29 14:32:18 +01:00
parent 7c8bacbec1
commit 1b582df242

View file

@ -36,9 +36,11 @@ 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
#=================================================
@ -54,9 +56,6 @@ killall zabbix_agentd
ynh_remove_app_dependencies
#remove symlink
rm /var/www/zabbix
#=================================================
# REMOVE THE MYSQL DATABASE
#=================================================
@ -100,6 +99,9 @@ fi
# REMOVE THE CRON FILE
#=================================================
#remove symlink
rm /var/www/zabbix
# Remove a directory securely
ynh_secure_remove "/etc/zabbix"