package/unbound: add missing unbound user

Without the unbound user the daemon does not start on bootup.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Waldemar Brodkorb
2024-08-13 06:46:54 +02:00
committed by Thomas Petazzoni
parent 1feacea667
commit 67e6d0a3f1

View File

@@ -54,4 +54,8 @@ define UNBOUND_INSTALL_INIT_SYSV
$(TARGET_DIR)/etc/init.d/S70unbound
endef
define UNBOUND_USERS
unbound -1 unbound -1 * /etc/unbound - - unbound daemon
endef
$(eval $(autotools-package))