From: José Bollo Date: Fri, 1 Sep 2017 08:09:23 +0000 (+0200) Subject: afm-unit-debug.conf: Move monitoring option X-Git-Tag: 4.99.1~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=f8eb652a866f3a28b0853c4ccb6e8175c23ca18e afm-unit-debug.conf: Move monitoring option Put it in the same place that other unconditionnal options Change-Id: I75fc5503db6fd9776299564b4a559a5bbf889952 Signed-off-by: José Bollo --- diff --git a/conf/afm-unit-debug.conf.in b/conf/afm-unit-debug.conf.in index 8c2431d..04639a3 100644 --- a/conf/afm-unit-debug.conf.in +++ b/conf/afm-unit-debug.conf.in @@ -167,6 +167,7 @@ ExecStart=/usr/bin/afb-daemon \ --port={{:#metadata.http-port}} \ --token=HELLO \ --verbose \ + --monitoring \ {{#content.type=application/vnd.agl.service}} \ --roothttp=. \ {{/content.type=application/vnd.agl.service}} \ @@ -217,7 +218,6 @@ ExecStart=/usr/bin/afb-daemon \ --dbus-server={{name}} \ {{/value=dbus}}\ {{/provided-api}}\ - --monitoring \ {{#content.type=text/html}}\ --exec /usr/bin/web-runtime http://localhost:@p/{{content.src}}?token=@t {{/content.type=text/html}}\