From: Ronan Le Martret Date: Thu, 3 Aug 2017 12:02:28 +0000 (+0200) Subject: Fix socket dependency for afb service X-Git-Tag: 4.0.1~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=683bcd6b10aa6775416d8bb5f72f8ff0eed14efb Fix socket dependency for afb service Change-Id: Icb65d7165e1f1c0811f170effe148606bc367872 Signed-off-by: Ronan Le Martret --- diff --git a/conf/afm-unit-debug.conf.in b/conf/afm-unit-debug.conf.in index 3429f2d..3a3ef44 100644 --- a/conf/afm-unit-debug.conf.in +++ b/conf/afm-unit-debug.conf.in @@ -109,8 +109,8 @@ ConditionSecurity=smack # Automatic bound to required api {{#required-api}} {{#value=auto|ws}} -BindsTo=afm-api-ws-{{name}} -After=afm-api-ws-{{name}} +BindsTo=afm-api-ws-{{name}}.socket +After=afm-api-ws-{{name}}.socket {{/value=auto|ws}} {{/required-api}} %nl diff --git a/conf/afm-unit.conf.in b/conf/afm-unit.conf.in index 43cfce5..5d4a58c 100644 --- a/conf/afm-unit.conf.in +++ b/conf/afm-unit.conf.in @@ -109,8 +109,8 @@ ConditionSecurity=smack # Automatic bound to required api {{#required-api}} {{#value=auto|ws}} -BindsTo=afm-api-ws-{{name}} -After=afm-api-ws-{{name}} +BindsTo=afm-api-ws-{{name}}.socket +After=afm-api-ws-{{name}}.socket {{/value=auto|ws}} {{/required-api}} %nl