From 27f65ccb3aa118e6fc956361c7b8d15f16c7f151 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 11 Apr 2016 14:47:13 +0200 Subject: [PATCH] MT#18039 PRO: voisniff will be started by monit * voisniff now is 'manual' on monitrc Change-Id: Ib279328c28483a23eb1ef20bc3765fc411392df9 --- pro/07_system_service.json.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pro/07_system_service.json.tt2 b/pro/07_system_service.json.tt2 index a0f3f2d..e1e5861 100644 --- a/pro/07_system_service.json.tt2 +++ b/pro/07_system_service.json.tt2 @@ -191,7 +191,7 @@ [% END -%] [% IF (is_proxy || is_lb || is_rtp) && voisniff.daemon.start == 'yes' -%] "voisniff-ng": { - "enabled": true, + "enabled": false, "running": true }, [% END -%]