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 e8025c4b57..efc0acf2f6 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 | |||
23 | 23 | ||
24 | #User specific | 24 | #User specific |
25 | USERADD_PACKAGES = "${PN}" | 25 | USERADD_PACKAGES = "${PN}" |
26 | USERADD_PARAM_${PN} = "nobody" | 26 | USERADD_PARAM_${PN} = "nobody -g nogroup" |
27 | GROUPADD_PARAM_${PN} = "--system tinyproxy" | 27 | GROUPADD_PARAM_${PN} = "--system tinyproxy" |
28 | 28 | ||
29 | SYSTEMD_PACKAGES += "${BPN}" | 29 | SYSTEMD_PACKAGES += "${BPN}" |