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:
parent
7c8bacbec1
commit
1b582df242
1 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue