From 733369053bfa6b53479db613781bb68aa89b00e2 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 11 Feb 2020 13:11:06 +0100 Subject: system setup: Fix settings on /run/user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The setting made fail the 'service user-runtime-dir@.service'. It also had bad effect on starting of dashboard application. Bug-AGL: SPEC-3175 Change-Id: Ic937c707fce4b3d2c03616055e140b65e4b29cfb Signed-off-by: José Bollo --- conf/system/afm-system-setup.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/system/afm-system-setup.sh.in') diff --git a/conf/system/afm-system-setup.sh.in b/conf/system/afm-system-setup.sh.in index f70a530..ba4ff4c 100644 --- a/conf/system/afm-system-setup.sh.in +++ b/conf/system/afm-system-setup.sh.in @@ -10,7 +10,7 @@ dodir() { done } -dodir $pdir $pdir/display $pdir/apis $pdir/apis/ws $pdir/apis/link +dodir /run/user $pdir $pdir/display $pdir/apis $pdir/apis/ws $pdir/apis/link @create_platform_debug@ -- cgit 1.2.3-korg