summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service6
-rw-r--r--meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
index df42745731..78df437f68 100644
--- a/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
+++ b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service
@@ -3,12 +3,12 @@ Description=Tinyproxy, Lightweight http(s) proxy daemon
3RequiresMountsFor=/var 3RequiresMountsFor=/var
4 4
5[Service] 5[Service]
6Group=tinyproxy
7ExecStartPre=/bin/mkdir -p /var/log/tinyproxy 6ExecStartPre=/bin/mkdir -p /var/log/tinyproxy
8ExecStartPre=/bin/chown -R nobody.tinyproxy /var/log/tinyproxy 7ExecStartPre=/bin/chown -R tinyproxy.nogroup /var/log/tinyproxy
9ExecStartPre=/bin/mkdir -p /var/run/tinyproxy 8ExecStartPre=/bin/mkdir -p /var/run/tinyproxy
10ExecStartPre=/bin/chown -R nobody.tinyproxy /var/run/tinyproxy 9ExecStartPre=/bin/chown -R tinyproxy.nogroup /var/run/tinyproxy
11ExecStart=/usr/bin/tinyproxy -d 10ExecStart=/usr/bin/tinyproxy -d
11PIDFile=/var/run/tinyproxy/tinyproxy.pid
12 12
13[Install] 13[Install]
14WantedBy=multi-user.target 14WantedBy=multi-user.target
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb
index 894eaac99a..7d97f52a78 100644
--- a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb
+++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb
@@ -25,7 +25,7 @@ inherit autotools systemd useradd
25#User specific 25#User specific
26USERADD_PACKAGES = "${PN}" 26USERADD_PACKAGES = "${PN}"
27USERADD_PARAM_${PN} = "--system --home /dev/null \ 27USERADD_PARAM_${PN} = "--system --home /dev/null \
28 --no-user-group --gid nogroup tinypoxy" 28 --no-user-group --gid nogroup tinyproxy"
29 29
30SYSTEMD_PACKAGES += "${BPN}" 30SYSTEMD_PACKAGES += "${BPN}"
31SYSTEMD_SERVICE_${PN} = "tinyproxy.service" 31SYSTEMD_SERVICE_${PN} = "tinyproxy.service"