1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-29 20:20:36 +02:00

fix: change default westion user to diya

This commit is contained in:
DanyLE
2023-07-24 10:07:03 +02:00
parent 3e77d3ea67
commit 252ddde464
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# 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
}