greetd: use /bin/nologin

This commit is contained in:
Markus Volk
2026-03-15 07:57:49 +01:00
parent 416e04616e
commit 38214b529d

View File

@@ -27,7 +27,7 @@ do_install:append() {
}
USERADD_PACKAGES = "${PN}"
USERADD_PARAM:${PN} = "--system --user-group --groups video --no-create-home --shell /bin/sh greeter"
USERADD_PARAM:${PN} = "--system --user-group --groups video --no-create-home --shell /bin/nologin greeter"
PACKAGES += "agreety"