diff options
author | José Bollo <jose.bollo@iot.bzh> | 2020-02-11 13:11:06 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2020-02-11 14:13:33 +0100 |
commit | ec6b0a7bf635150151ec59dab2f7596fc87c6812 (patch) | |
tree | ae47afc0115ad13aa677f329b227736391beaeaf /conf/system/afm-user-setup.sh.in | |
parent | daa1fbb7911c2c9a478513db6370adb0ee33b606 (diff) |
system setup: Fix settings on /run/user
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 <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/system/afm-user-setup.sh.in')
-rw-r--r-- | conf/system/afm-user-setup.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/system/afm-user-setup.sh.in b/conf/system/afm-user-setup.sh.in index e1c1070..1b619a0 100644 --- a/conf/system/afm-user-setup.sh.in +++ b/conf/system/afm-user-setup.sh.in @@ -15,8 +15,8 @@ dodir() { done } -dodir '-T -a User::App-Shared' "$bdir" "$udir" -dodir '-t -a User::App-Shared' "$udir/usrshr" +dodir '-T -a User::App-Shared' "$udir" +dodir '-t -a User::App-Shared' "$udir/usrshr" dodir '-T -a System::Shared' "$udir/apis" dodir '-t -a System::Shared' "$udir/apis/ws" "$udir/apis/link" |