Re: Run weston as custom user and non-root
Joshua Watt <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <CAJdd5GayeBvy91JsZ=T7As8g=_OOCzFgP0noLECxqm1wG0wMnw@mail.gmail.com> |
On Wed, Oct 1, 2025 at 3:58 PM Gundlupet Raju, Sandeep <[email protected]> wrote: > > Hi All, > > I'm trying to run weston as a custom user(non-weston user) and non-root > on arm64 using scarthgap, I can modify > /etc/systemd/system/graphical.target.wants/weston.service with username > User=root, Group=video and then run as root user which works OOB, but > end goal to run weston as custom user which belongs to video group. I'm not sure why that wouldn't work other than maybe you also need to change USERADD_PARAM in weston-init.bb? > > Any help is appreciated. > > Thanks, > Sandeep >