From 683bcd6b10aa6775416d8bb5f72f8ff0eed14efb Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 3 Aug 2017 14:02:28 +0200 Subject: [PATCH] Fix socket dependency for afb service Change-Id: Icb65d7165e1f1c0811f170effe148606bc367872 Signed-off-by: Ronan Le Martret --- conf/afm-unit-debug.conf.in | 4 ++-- conf/afm-unit.conf.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.16.6