From d688b711701a2a1f69cf548192ad62ddb2178e92 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Fri, 30 Sep 2022 11:09:10 +0200 Subject: weston-init: fix socketuser vs socketgroup typo Related-to: ELB-4800 Signed-off-by: Philippe Schenker (cherry picked from commit 9d61de2a84b78852c74ad0b50910ffd219af621a) --- recipes-graphics/wayland/weston-init.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-graphics') 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 } -- cgit v1.2.3