diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-01 10:09:23 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-09-01 10:09:23 +0200 |
commit | f8eb652a866f3a28b0853c4ccb6e8175c23ca18e (patch) | |
tree | dc354763f79d887471b1a605fee314c2d0b870b5 /conf | |
parent | 49602b5e26b230d545466bcbef05febfae2d84a9 (diff) |
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 <jose.bollo@iot.bzh>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/afm-unit-debug.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
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}}\ |