diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-12-03 15:02:57 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-12-03 18:37:21 +0100 |
commit | 6008a3ec4d1c0ed5df338b7c5f0775585ab51cfb (patch) | |
tree | 1ac16f60d411822d149a77379faec0bdd8851d0d /conf/unit/service.inc | |
parent | 50ab763bc31cb9e32bcb7e08e1f2be502fc50a5f (diff) |
Enforce numeric application IDs
This change allows to index applications numerically.
This can be used for various purposes. One of it is
to compute the HTTP port.
Bug-AGL: SPEC-2968
Change-Id: I74531781f3a39d5d4b09eeb907f57f36822e38f0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/unit/service.inc')
-rw-r--r-- | conf/unit/service.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/unit/service.inc b/conf/unit/service.inc index 64e6e5f..0036cae 100644 --- a/conf/unit/service.inc +++ b/conf/unit/service.inc @@ -28,7 +28,7 @@ X-AFM-height={{height}} {{#icon}} X-AFM-icon={{:#metadata.install-dir}}/{{:src}} {{/icon}} -X-AFM--ID={{:id}} +X-AFM--ID=AFID X-AFM--target-name={{:#target}} X-AFM--content={{content.src}} X-AFM--type={{content.type}} |