diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-08-29 08:54:38 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-08-29 12:21:25 +0200 |
commit | 7c291a0adb54eb287a81e82bda4ef94c05dc2fd9 (patch) | |
tree | 738b512621719e70bbf3d51f56723fabed776869 /conf | |
parent | e9e6bbe7ce545850cf8eb84606c15b3f5b99d947 (diff) |
afm-unit-debug.conf: add --monitoring option
Change-Id: I3174738bf4c164513bb6a0399584784548b22c2c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/afm-unit-debug.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/afm-unit-debug.conf.in b/conf/afm-unit-debug.conf.in index bc30889..ab687e0 100644 --- a/conf/afm-unit-debug.conf.in +++ b/conf/afm-unit-debug.conf.in @@ -211,6 +211,7 @@ 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}}\ |