mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-29 23:32:04 +02:00
Compare commits
1 Commits
252ddde464
...
58c96f6236
Author | SHA1 | Date | |
---|---|---|---|
|
58c96f6236 |
@@ -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
|
||||||
|
Reference in New Issue
Block a user