summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_0.119.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.119.bb b/meta-oe/recipes-extended/polkit/polkit_0.119.bb
index 66bbf735f0..9444cb9f2d 100644
--- a/meta-oe/recipes-extended/polkit/polkit_0.119.bb
+++ b/meta-oe/recipes-extended/polkit/polkit_0.119.bb
@@ -58,7 +58,7 @@ FILES:${PN}:append = " \
58FILES:${PN}-examples = "${bindir}/*example*" 58FILES:${PN}-examples = "${bindir}/*example*"
59 59
60USERADD_PACKAGES = "${PN}" 60USERADD_PACKAGES = "${PN}"
61USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 polkitd" 61USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 --shell /bin/nologin polkitd"
62 62
63SYSTEMD_SERVICE:${PN} = "${BPN}.service" 63SYSTEMD_SERVICE:${PN} = "${BPN}.service"
64SYSTEMD_AUTO_ENABLE = "disable" 64SYSTEMD_AUTO_ENABLE = "disable"