TT#22070 Do not search for process ngcp-sems on PRO/Carrier (sems-pbx is working there now)

Change-Id: If855f3538ab1e7ae66d2d32fadab639241d2e1ce
changes/86/15486/1
Alexander Lutay 9 years ago
parent 84e0258c74
commit 8db7b78f1d

@ -93,9 +93,15 @@ process:
mediator:
running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %]
[% general.ngcp_type == 'spce' -%]
ngcp-sems:
running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %]
[% ELSE -%]
sems-pbx:
running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %]
[% END -%]
ngcp-witnessd:
running: true

Loading…
Cancel
Save