Initial commit
This commit is contained in:
7
recipes-graphics/wayland/weston-init.bbappend
Normal file
7
recipes-graphics/wayland/weston-init.bbappend
Normal 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
|
||||
}
|
Reference in New Issue
Block a user