summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-09-30 11:09:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-02 11:50:54 +0200
commitd688b711701a2a1f69cf548192ad62ddb2178e92 (patch)
tree29e99d0307b0928ecf23b410cbe8b611ca5a9f1e /recipes-graphics
parenta68f0fb26b5e002ef32cc43d67f8c63492e8ae5d (diff)
weston-init: fix socketuser vs socketgroup typo
Related-to: ELB-4800 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 9d61de2a84b78852c74ad0b50910ffd219af621a)
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index 43bc86a..4a3516b 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -17,5 +17,5 @@ do_install:append:tdx() {
sed -i "s/User=weston/User=root/" ${D}${systemd_system_unitdir}/weston.service
sed -i "s/Group=weston/Group=root/" ${D}${systemd_system_unitdir}/weston.service
sed -i "s/SocketUser=weston/SocketUser=root/" ${D}${systemd_system_unitdir}/weston.socket
- sed -i "s/SocketGroup=wayland/SocketUser=root/" ${D}${systemd_system_unitdir}/weston.socket
+ sed -i "s/SocketGroup=wayland/SocketGroup=root/" ${D}${systemd_system_unitdir}/weston.socket
}