diff options
-rw-r--r-- | conf/system/afm-system-daemon.service.in | 2 | ||||
-rw-r--r-- | conf/unit/binder.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/system/afm-system-daemon.service.in b/conf/system/afm-system-daemon.service.in index fa83f11..dc980cc 100644 --- a/conf/system/afm-system-daemon.service.in +++ b/conf/system/afm-system-daemon.service.in @@ -1,6 +1,6 @@ [Unit] Description=Application Framework Master, system side -Requires=afm-system-setup.service +Requires=afm-system-setup.service cynagoauth.service [Service] #User=afm diff --git a/conf/unit/binder.inc b/conf/unit/binder.inc index 81758fc..a7188e0 100644 --- a/conf/unit/binder.inc +++ b/conf/unit/binder.inc @@ -47,6 +47,6 @@ ENDIF \ ON_VALUE(tcp, --ws-server=tcp:{{name}}) \ {{/provided-api}} \ ON_PERM(:platform:apis:auto-ws, --auto-api=API_PATH_WS) \ - ON_CONTENT(text/html, --exec /usr/bin/web-runtime http://LOCALUSERAPP:8080/{{content.src}}) \ + ON_CONTENT(text/html, --exec /usr/bin/cynagoauth-launch /usr/bin/web-runtime http://LOCALUSERAPP:8080/{{content.src}}) \ ON_CONTENT(application/vnd.agl.native, --exec {{:#metadata.install-dir}}/{{content.src}} @p @t) %nl |