mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Update remove
This commit is contained in:
parent
69e07727dc
commit
73b4cdf3fa
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue