mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 12:08:36 +00:00
gdm: fix service start
gdm doesn't require to create a home directory but it needs to be member of the video group to work properly Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
76e85a8871
commit
9085346c01
@ -43,7 +43,7 @@ do_install:append() {
|
||||
}
|
||||
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
USERADD_PARAM:${PN} = "--system --no-create-home --home ${localstatedir}/lib/gdm --user-group gdm"
|
||||
USERADD_PARAM:${PN} = "--system --no-create-home --groups video gdm"
|
||||
|
||||
SYSTEMD_SERVICE:${PN} = "${BPN}.service"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user