summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb4
1 files changed, 2 insertions, 2 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 efc0acf2f..98192dc99 100644
--- a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
+++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb
@@ -23,8 +23,8 @@ inherit autotools systemd useradd
23 23
24#User specific 24#User specific
25USERADD_PACKAGES = "${PN}" 25USERADD_PACKAGES = "${PN}"
26USERADD_PARAM_${PN} = "nobody -g nogroup" 26USERADD_PARAM_${PN} = "--system --home /dev/null \
27GROUPADD_PARAM_${PN} = "--system tinyproxy" 27 --no-user-group --gid nogroup tinypoxy"
28 28
29SYSTEMD_PACKAGES += "${BPN}" 29SYSTEMD_PACKAGES += "${BPN}"
30SYSTEMD_SERVICE_${PN} = "tinyproxy.service" 30SYSTEMD_SERVICE_${PN} = "tinyproxy.service"