1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-10 10:59:47 +02:00

fix: change default westion user to diya

This commit is contained in:
DanyLE 2023-07-24 10:09:20 +02:00
parent 252ddde464
commit 58c96f6236

View File

@ -1,6 +1,6 @@
# change default weston user to diya # change default weston user to diya
do_install:append { do_install:append() {
if [ -e ${D}/${sysconfdir}/init.d/weston ]; then 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 sed -i 's#WESTON_USER=weston#WESTON_USER=diya WESTON_GROUP=weston#' ${D}/${sysconfdir}/init.d/weston
fi fi