From 72e4736b1335a18c3f3479028da5564c9eb4aa85 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 29 Mar 2019 12:46:58 +0100 Subject: [PATCH] re-add yunohost service add --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c052f8e..4d40028 100644 --- a/scripts/install +++ b/scripts/install @@ -360,7 +360,9 @@ yunohost service add zabbix-agent -d "Management of Zabbix Agent" ### - Remove the section "REMOVE SERVICE FROM ADMIN PANEL" in the remove script ### - As well as the section ADVERTISE SERVICE IN ADMIN PANEL" in the restore script -#yunohost service add NAME_INIT.D --log "/var/log/FILE.log" +yunohost service add snmpd -d "Management of SNMP Daemon" +yunohost service add zabbix-server -d "Management Zabbix server daemon : Collect, agregate, compute and notify" +yunohost service add zabbix-client -d "Management Zabbix client daemon : send informations about this host to the server" # Make app public if for importing template # unprotected_uris allows SSO credentials to be passed anyway