diff --git a/templates/410_process-ngcp.yaml.tt2 b/templates/410_process-ngcp.yaml.tt2 index 5a36547..fd03084 100644 --- a/templates/410_process-ngcp.yaml.tt2 +++ b/templates/410_process-ngcp.yaml.tt2 @@ -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