1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-11-08 06:28:23 +01:00
meta-rpi-diya/recipes-graphics/wayland/weston-init.bbappend
2023-07-24 10:07:03 +02:00

8 lines
229 B
Plaintext

# change default weston user to diya
do_install:append {
if [ -e ${D}/${sysconfdir}/init.d/weston ]; then
sed -i 's#WESTON_USER=weston#WESTON_USER=diya WESTON_GROUP=weston#' ${D}/${sysconfdir}/init.d/weston
fi
}