X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Funit%2Fservice.inc;h=81554d2f6e7872fda0466ae04fc743ad1b1e4ed6;hb=4f888279f132faf35caf92d4828f134f6daeb9a1;hp=bebf25a4090396c4b4463dbda8b0d432d27defe5;hpb=7553044c59814c33763bb4b1c34664dceed68735;p=src%2Fapp-framework-main.git diff --git a/conf/unit/service.inc b/conf/unit/service.inc index bebf25a..81554d2 100644 --- a/conf/unit/service.inc +++ b/conf/unit/service.inc @@ -28,7 +28,7 @@ X-AFM-height={{height}} {{#icon}} X-AFM-icon={{:#metadata.install-dir}}/{{:src}} {{/icon}} -X-AFM--ID={{:id}} +X-AFM--ID=AFID X-AFM--target-name={{:#target}} X-AFM--content={{content.src}} X-AFM--type={{content.type}} @@ -55,14 +55,14 @@ ConditionSecurity=smack # Automatic bound to required api {{#required-binding}} {{#value=extern}} -BindsTo=UNIT_NAME_BINDING_SERVICE({{name}}) +Requires=UNIT_NAME_BINDING_SERVICE({{name}}) After=UNIT_NAME_BINDING_SERVICE({{name}}) {{/value=extern}} {{/required-binding}} {{#required-api}} {{#value=auto|ws}} -BindsTo=UNIT_NAME_API_SERVICE({{name}}) +Requires=UNIT_NAME_API_SERVICE({{name}}) After=UNIT_NAME_API_SERVICE({{name}}) {{/value=auto|ws}} {{/required-api}} @@ -120,6 +120,7 @@ Environment=XDG_DATA_HOME=APP_WORK_DIR Environment=XDG_CONFIG_HOME=APP_WORK_DIR Environment=XDG_CACHE_HOME=APP_WORK_DIR Environment=XDG_RUNTIME_DIR=RUN_DIR +ON_CONTENT(text/html, Environment=WAIT_FOR_HOST_SERVICE="1") IF_AGL_DEVEL ; Needed to enable debug @@ -145,6 +146,14 @@ include(binder.inc) ExecStart={{:#metadata.install-dir}}/{{content.src}} {{/content.type=application/x-executable}} +;------------------------------------------------------------------------------- +;---- application/vnd.agl.resource ---- +;------------------------------------------------------------------------------- +{{#content.type=application/vnd.agl.resource}} +Type=oneshot +ExecStart=/bin/true +{{/content.type=application/vnd.agl.resource}} + IF_PERM(:system:run-by-default) ;------------------------------------------------------------------------------- ; auto start @@ -160,5 +169,3 @@ ENDIF ENDIF %end systemd-unit - -