mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
tinyproxy: Fix user and group in tinyproxy install
Signed-off-by: Stefan Lendl <sll@mission-embedded.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ inherit autotools systemd useradd
|
||||
#User specific
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
USERADD_PARAM_${PN} = "--system --home /dev/null \
|
||||
--no-user-group --gid nogroup tinypoxy"
|
||||
--no-user-group --gid nogroup tinyproxy"
|
||||
|
||||
SYSTEMD_PACKAGES += "${BPN}"
|
||||
SYSTEMD_SERVICE_${PN} = "tinyproxy.service"
|
||||
|
||||
Reference in New Issue
Block a user