meta-opi-diya/recipes-graphics/wayland/weston-init.bbappend

8 lines
231 B
Plaintext
Raw Permalink Normal View History

2024-03-08 10:41:41 +01:00
# 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
}