TT#60062 Mark ngcp-license-client as always enabled on PRO

The mr5.5 is a sysvinit based release, so we have the service always
enabled. And the ngcp-license-client is only available on PRO and
CARRIER systems.

Change-Id: I5f516f8a2fec60bb026909c55ba46588ed835867
changes/46/30646/2
Guillem Jover 7 years ago
parent ca8ee5170e
commit d0838d7eb1

@ -88,12 +88,6 @@ 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:

@ -31,6 +31,12 @@ 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