afm-unit-debug.conf: add --monitoring option
[src/app-framework-main.git] / conf / afm-unit-debug.conf.in
index 97b0c9e..ab687e0 100644 (file)
@@ -158,7 +158,7 @@ X-AFM--http-port={{:#metadata.http-port}}
 
 ExecStart=/usr/bin/afb-daemon \
        --port={{:#metadata.http-port}} \
-       --random-token \
+       --token=HELLO \
        --rootdir={{:#metadata.install-dir}} \
        --workdir={{&#metadata.app-data-dir}}/{{id}} \
        {{#content.type=application/vnd.agl.service}} \
@@ -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}}\