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

add --quiet to systemctl enable

This commit is contained in:
Mickael-Martin 2020-12-09 13:49:47 +01:00
parent f176b6f5aa
commit 3c5355da49

View file

@ -119,9 +119,9 @@ ynh_restore_file "/etc/apt/apt.conf.d/100update_force_init_zabbix_frontend_confi
if [ ! -L /etc/zabbix/zabbix_agentd.d ];then
ln -s /etc/zabbix/zabbix_agentd.conf.d /etc/zabbix/zabbix_agentd.d
fi
systemctl enable zabbix-agent && systemctl restart zabbix-agent
systemctl enable --quiet zabbix-agent && systemctl restart zabbix-agent
change_timeoutAgent
systemctl enable zabbix-server && systemctl restart zabbix-server
systemctl enable --quiet zabbix-server && systemctl restart zabbix-server
yunohost service add snmpd -d "Management of SNMP Daemon"
yunohost service add zabbix-server -d "Management Zabbix server daemon : Collect, agregate, compute and notify"