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:
parent
f176b6f5aa
commit
3c5355da49
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue