diff --git a/templates/510_init-daemons-ngcp.yaml.tt2 b/templates/510_init-daemons-ngcp.yaml.tt2 index c9de416..b0a8ab5 100644 --- a/templates/510_init-daemons-ngcp.yaml.tt2 +++ b/templates/510_init-daemons-ngcp.yaml.tt2 @@ -176,3 +176,9 @@ service: enabled: true running: [% (is_db || is_mgmt) ? 'true' : 'false' %] [% END -%] +[% IF general.license_key != '' -%] + + ngcp-license-client: + enabled: true + running: true +[% END -%] \ No newline at end of file