TT#60062 Check ngcp-license-client also on CE

Change-Id: Icde0906bc4752412b38486dedd69bb154c719c26
changes/85/30685/2
Guillem Jover 7 years ago
parent 649b595863
commit 3c31d0d863

@ -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: true
running: true
[% END -%]
[% IF mediator.enabled == 'yes' -%]
mediator:

@ -31,12 +31,6 @@ service:
ngcp-snmp-agent:
enabled: true
running: true
[% IF general.license_key != '' || general.anonymous_usage_statistics == 'yes' -%]
ngcp-license-client:
enabled: true
running: true
[% END -%]
[% IF faxserver.enable == "yes" -%]
# XXX: This should be moved to the non-pro file, but the faxserver.enable

Loading…
Cancel
Save