diff options
-rw-r--r-- | meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb index e8025c4b578..efc0acf2f68 100644 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb @@ -23,7 +23,7 @@ inherit autotools systemd useradd #User specific USERADD_PACKAGES = "${PN}" -USERADD_PARAM_${PN} = "nobody" +USERADD_PARAM_${PN} = "nobody -g nogroup" GROUPADD_PARAM_${PN} = "--system tinyproxy" SYSTEMD_PACKAGES += "${BPN}" |