diff --git a/templates/411_process-ngcp-pro.yaml.tt2 b/templates/411_process-ngcp-pro.yaml.tt2 index 16a318d..b05f690 100644 --- a/templates/411_process-ngcp-pro.yaml.tt2 +++ b/templates/411_process-ngcp-pro.yaml.tt2 @@ -40,6 +40,9 @@ process: monit: running: true + ngcp-licensed: + running: [% general.license_key != '' || general.anonymous_usage_statistics == 'yes' ? 'true' : 'false' %] + ngcp-faxserver: running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %] diff --git a/templates/510_init-daemons-ngcp.yaml.tt2 b/templates/510_init-daemons-ngcp.yaml.tt2 index d7e8dbe..5706c2f 100644 --- a/templates/510_init-daemons-ngcp.yaml.tt2 +++ b/templates/510_init-daemons-ngcp.yaml.tt2 @@ -88,6 +88,12 @@ service: enabled: [% general.process_handler == 'none' ? 'true' : 'false' %] running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %] [% END -%] +[% IF general.license_key != '' || general.anonymous_usage_statistics == 'yes' -%] + + ngcp-license-client: + enabled: [% general.process_handler == 'none' ? 'true' : 'false' %] + running: true +[% END -%] [% IF mediator.enabled == 'yes' -%] mediator: