From 73b4cdf3fa61b6e97a853131c5132be4cc606773 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 14 Aug 2021 23:07:29 +0200 Subject: [PATCH] Update remove --- scripts/remove | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/remove b/scripts/remove index 6d25654..9b5910b 100644 --- a/scripts/remove +++ b/scripts/remove @@ -38,13 +38,13 @@ yunohost service remove zabbix-agent ynh_script_progression --message="Stopping and removing the systemd service..." # Remove the dedicated systemd config -timeout 5 systemctl stop zabbix-server || killall zabbix_server +timeout 5 systemctl stop zabbix-server || killall zabbix-server systemctl disable zabbix-server --quiet -killall zabbix_server +killall zabbix-server -timeout 5 systemctl stop zabbix-agent || killall zabbix_agentd +timeout 5 systemctl stop zabbix-agent || killall zabbix-agentd systemctl disable zabbix-agent --quiet -killall zabbix_agentd +killall zabbix-agentd #================================================= # REMOVE THE MYSQL DATABASE