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:
Markus Volk
2024-11-18 10:31:59 +01:00
committed by Khem Raj
parent 76e85a8871
commit 9085346c01
+1 -1
View File
@@ -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"