aboutsummaryrefslogtreecommitdiffstats
path: root/conf/system/afm-system-setup.sh.in
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-03-01 18:18:58 -0500
committerScott Murray <scott.murray@konsulko.com>2021-03-01 18:22:07 -0500
commitf8cb98997734001dac0534110a5c0d97f71bc7a8 (patch)
treefe195c1ed974c8bbf5da64701070dc66d71d15f6 /conf/system/afm-system-setup.sh.in
parent3ea6f4a404d2486ef1c5da55f1cd0d98c594f157 (diff)
Update weston user/group
Change the user and group used to run weston or the agl-compositor from "display" to "weston" and the weston service unit name to match the reworked scheme for running weston as non-root in poky master. This approach seems better in the long-term for maintenance and avoiding surprises for users coming to AGL from other distributions. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia8093a6b14d6b5311f18633b6d0083bdd216fade
Diffstat (limited to 'conf/system/afm-system-setup.sh.in')
-rw-r--r--conf/system/afm-system-setup.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/system/afm-system-setup.sh.in b/conf/system/afm-system-setup.sh.in
index ba4ff4c..d71ee4d 100644
--- a/conf/system/afm-system-setup.sh.in
+++ b/conf/system/afm-system-setup.sh.in
@@ -10,7 +10,7 @@ dodir() {
done
}
-dodir /run/user $pdir $pdir/display $pdir/apis $pdir/apis/ws $pdir/apis/link
+dodir /run/user $pdir $pdir/weston $pdir/apis $pdir/apis/ws $pdir/apis/link
@create_platform_debug@